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

https://github.com/WordPress/wordpress-develop/pull/10635 is merged here. It should land first so that this approach can align with what finally lands there. Trac ticket: --- **This Pull Request is for code review only....

Tune `wp_dashboard_recent_comments` performance: - further reduce the number of `count` calls (related to the history of changes in this function) - harden while-loop condition to avoid SQLs when the last...

Trac ticket: https://core.trac.wordpress.org/ticket/64071 ## Screenshots | Publicly accessible | Not Publicly Accessible | |-|-| | | | --- **This Pull Request is for code review only. Please keep all other...

Trac ticket: https://core.trac.wordpress.org/ticket/64354 # TODO - [x] Add test for when `classic-theme-styles` is not enqueued. - [x] Add test for when `global-styles` is not enqueued. - [x] Ensure that block...

Handles passing an array to `fetch_feed()` by requesting each feed individually and then calling `SimplePie\SimplePie::merge_items();` on the result before passing the data back in to a SimplePie object. I don't...

## Summary Fixes broken media library navigation when accessing items beyond the initial page load via direct URL after a page refresh. Trac ticket: https://core.trac.wordpress.org/ticket/54091 ## Solution Implemented a two-phase...

Trac Ticket: Core-60480 ## Description - This pull request addresses a warning encountered during the media import process when using the "Download and import file attachments" option in the Tools...

This PR prevents keyboard focus for dashboard metabox widget arrows which are disabled Trac ticket: https://core.trac.wordpress.org/ticket/63970 --- **This Pull Request is for code review only. Please keep all other discussion...

This change makes the added menu item in Customizer WCAG compliant while leaving subtle effects to let the user know that they already added the menu item, but also, if...

Trac ticket: Core-63694 Replaces #6651 See: (#9270), #9850, #9851 ## Status - [ ] This needs a new ticket for the 7.0 release. - [ ] Some of the unit...