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 555 wordpress-develop issues
Sort by recently updated
recently updated
newest added

Trac ticket: Core-64482 See: Core-61401 See: ~#9105~, ~#9841~, (~#9842~ -> #10291), ~#9843~ -> #10292 Refactors the excerpt-generating functionality in `twentytwentyone` to use `WP_Block_Processor` and avoid loading entire posts into memory....

Trac ticket: --- **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 Requests...

Trac ticket: https://core.trac.wordpress.org/ticket/64467 ### Summary This PR addresses the Media Library Grid view ordering issue when the `order` query parameter is not normalized (e.g., `order=desc` instead of `order=DESC`). It consolidates...

- Added a is_admin check before the viewScriptModule scripts are enqueued via `wp_enqueue_script_module` Trac ticket: https://core.trac.wordpress.org/ticket/64484 --- **This Pull Request is for code review only. Please keep all other discussion...

This PR fixes an issue where user roles created with integer keys do not appear in the admin users filter dropdown. The fix normalizes role keys to strings when building...

Please ignore this branch. It will be maintained with revert commits of the recently-introduced Gutenberg build steps that break a clean checkout. **DO NOT MERGE** as this is meant for...

This PR improves defensive handling in WP_REST_Request::sanitize_params() by validating parameter types before applying sanitize callbacks. Benefits: - Prevents PHP warnings on malformed or unexpected input - Ensures arrays are sanitized...

This PR improves sanitize_text_field by: - Adding a type check to ensure only strings are processed - Preventing unexpected behavior for non-string inputs - Improving stability and edge-case handling

Trac ticket: --- **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 Requests...