wordpress-develop
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...
Trac ticket: https://core.trac.wordpress.org/ticket/63199 This PR enhances the accessibility of admin notices by adding support for the aria-live attribute in the `settings_errors()` function. This also adds the ability to control the...
Block: Correctly load viewStyle in the head tag when wp_should_load_block_assets_on_demand is false
Trac ticket: https://core.trac.wordpress.org/ticket/63695 --- **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...
Following the patch in `45035.diff` by @gwelser, I have refreshed and updated to work. ### Testing Instructions 1. Add a new CPT 2. Set the `at_a_glance` argument to `true` in...
This PR prevents the Customizer from trying to save unrecognized (orphaned) settings left by deactivated plugins. It validates stashed theme mods before merging them. Trac ticket: https://core.trac.wordpress.org/ticket/64231
Renames the `get_bloginfo(_rss)?` `$show` parameter to `$site_info` as the functions don't show (ie, echo) the argument but return it. Trac ticket: https://core.trac.wordpress.org/ticket/64226 --- **This Pull Request is for code review...
Change how column meta is pulled so it uses a `get_cols_meta` and `get_col_meta` function. This is to consolidate the database request so it has a single source of truth. It...
Trac ticket: https://core.trac.wordpress.org/ticket/64416 In GB we've updated the structure of Query Loop's taxQuery to also handle exclusion of terms in this PR (https://github.com/WordPress/gutenberg/pull/73790). The new structure is: ```js { query:...
Follow up to https://github.com/WordPress/wordpress-develop/pull/10394 Tests out an idea suggested in https://core.trac.wordpress.org/ticket/64390#comment:10 Props @azaozz > [!NOTE] > This is mainly to discuss whether it's worth the change, if so good, if...
Trac ticket: https://core.trac.wordpress.org/ticket/64404 --- **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...
Trac ticket: https://core.trac.wordpress.org/ticket/59269 This introduces a `bulk_add_metadata()` function along with wrapper functions for post, user, site, term, and comment meta. This function accepts an array of key value pairs for...