Make WordPress Core


Ignore:
Timestamp:
08/07/2024 07:56:43 PM (3 months ago)
Author:
hellofromTonya
Message:

Docs: Remove bugfix since annotations from WP_Theme_JSON::get_block_nodes().

Removes the @since bugfix annotations from WP_Theme_JSON::get_block_nodes() docblock. Bugfixes are not annotated in docblocks.

Follow-up to [58856].
See #61704.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json.php

    r58856 r58864  
    27392739     *              Updated general global styles specificity to 0-1-0.
    27402740     *              Fixed custom CSS output in block style variations.
    2741      * @since 6.6.1 Avoid applying `:root :where()` wrapper to top-level element-only selectors.
    2742      * @since 6.6.2 Avoid applying `:root :where()` wrapper to root selectors.
    27432741     *
    27442742     * @param array $block_metadata Metadata about the block to get styles for.
Note: See TracChangeset for help on using the changeset viewer.