Results 50 issues of Matt Robinson

## Description Use `url(data)` for ClassicPress Logo rather than relative path to image file. ## Motivation and context Fixes #1479 ## How has this been tested? Local testing ## Screenshots...

## Description Grouped backport of changes made upstream in WordPress 6.2.6 consistent with `6.5.5` ## Motivation and context Security enhancements and associated version and about changes. ## How has this...

## Description This PR removed the core code that handles Post by Email functionailty. Fixes #1036 ## Motivation and context Removes poorly functioning code from core and leaves this feature...

## Description This PR is a backport and updates PHPMailer to vesrion 6.9.2, this is a maintenance update. WP-r59246: External Libraries: Upgrade PHPMailer to version 6.9.2. This is a maintenance...

## Description This fixes a PHP error encountered when resetting passwords, something like this: `Undefined variable $secure in /var/www/vhosts/URL/httpdocs/wp-login.php on line 873` ## Motivation and context Cookie should be correctly...

## Description Follows on from PR #1636 by actually removing `Moment.js`. Further address Issue #1609 ## Motivation and context Cleaner core code, address open Issue. ## How has this been...

## Description Added 'wp-includes/certificates/legacy-1024bit.pem' to the exclusion list in check-release-files.pl to prevent it from being flagged during release file validation. ## Motivation and context As noted during the relase process...

type: bug

## Description Upgrade SimplePie to version 1.9.0 and also apply a PHP 8.5 fix that is as yet unrelease. This is a sequential PR backporting five previous updates and changes,...

## Description Comments: Ensure custom comment form fields appear for logged-in users When a user is logged in, only the default comment textarea is shown by the core comment_form() implementation,...

type: bug
type: wp backport

## Description Corrects 'paramater' to 'parameter' in the deprecation notice within wp_register_script for improved clarity. ## Motivation and context Fixes typographical error ## How has this been tested? N/A ##...