wordpress-develop icon indicating copy to clipboard operation
wordpress-develop copied to clipboard

WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link...

Results 461 wordpress-develop issues
Sort by recently updated
recently updated
newest added

Before: https://github.com/user-attachments/assets/8e13ac77-db55-42f8-a803-ce7c5133adf3 After: https://github.com/user-attachments/assets/913a4ec1-4f12-40f4-805b-bc92bbd5e2ce Trac ticket: [#63110](https://core.trac.wordpress.org/ticket/63110) --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull...

## Summary This PR adds two standard WordPress REST API filters to the Global Styles Revisions controller: `rest_global_styles_revision_query` and `rest_prepare_global_styles_revision`. Currently, WP_REST_Global_Styles_Revisions_Controller lacks the standard WordPress REST filters, likely an...

In my quest of trying to add some features for testing/debugging in env/docker, here I'm providing a simple setup for an FTP server than it's used in a couple of...

Trac ticket: https://core.trac.wordpress.org/ticket/61911 This PR adds unit tests for the global styles endpoint ID type fix. The tests verify that: 1. The endpoint correctly treats IDs as integers 2. The...

This PR replaces `assertEquals()` with more appropriate, stricter assertions where possible and without making any changes to source. For easier reviewing, commits have been separated based on the replacement assertion...

This PR updates the test `test_wp_count_attachments_should_cache_the_result` to check the properties of the object returned instead of checking the object with `assertEquals`. That way, we guarantee the expected properties of the...

Trac ticket: https://core.trac.wordpress.org/ticket/44656 --- **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 change proposes allowing classic scripts to add script module dependencies. Classic scripts can add module dependencies like `array( 'type' => 'module', 'id' => 'example-module-id' )`, where classic script dependencies...

Sane checking in WP_Translation_Controller::load_file, if trying to load an empty filename, abort early Trac ticket: https://core.trac.wordpress.org/ticket/63159#ticket --- **This Pull Request is for code review only. Please keep all other discussion...