Dion Hulse
Dion Hulse
On https://wordpress.org/five-for-the-future/pledges/ it's easy to see the number of hours, but even when sorting by contributor count, you can't easily see the number each provide. It would be nice to...
As themes start to require more modern PHP versions, it looks like we need to upgrade the checks in this action to run with a newer version. See https://themes.trac.wordpress.org/ticket/132579 which...
The message sent to trac is not escaped properly, for example: https://themes.trac.wordpress.org/ticket/99043#comment:2 1. Path to theme is `wp-content/themes/test-theme/` could probably just strip that out and leave it as `includes/template-parts.php:413` 2....
> PHP Warning: implode(): Invalid arguments passed in wp-content/plugins/phpdoc-parser/lib/class-static-method-call-reflector.php on line 18 I'm not sure what triggers it, but it's triggered with WordPress 6.4.2. ``` [16-Jan-2024 03:27:06 UTC] PHP 18....
Trac ticket: https://core.trac.wordpress.org/ticket/61061 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...
This PR removes the `Plugin Name` and `Short Description` fields from readme's, and instead uses the Plugin headers. This is an exploration of what the changes would look like. Trac...
This is a work-in-progress draft attempt at seeing if it's possible to integrate the `wporg/query-filter` block into the plugin directory, and how that would look. See https://meta.trac.wordpress.org/ticket/2753 - This PR...
See https://meta.trac.wordpress.org/ticket/7177
| GitHub | Other URL | | --- | --- | | | | Trac: https://meta.trac.wordpress.org/ticket/3937
This: - Redirects urls such as `https://wordpress.org/Blocks/` to `https://wordpress.org/blocks/` (only if the page can be found..) - Redirects urls such as `https://wordpress.org/download/releases/6.3/` to `https://wordpress.org/download/releases/6-3/` NOTE: In the case of `6.3`...