Make WordPress Core


Ignore:
Timestamp:
06/11/2026 11:09:32 PM (4 days ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since tags in WP_Theme_JSON for responsive block nodes.

Follow-up to [62444].

Props khokansardar, huzaifaalmesbah, isabel_brison, sabernhardt, manhar, SergeyBiryukov.
Fixes #65390.

File:
1 edited

Legend:

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

    r62444 r62493  
    28622862     * @since 6.6.0 Added optional selectors and options for generating block nodes.
    28632863     * @since 6.7.0 Added $include_node_paths_only option.
     2864     * @since 7.1.0 Added responsive block nodes for breakpoint-based styles.
    28642865     *
    28652866     * @param array $theme_json The theme.json converted to an array.
     
    52395240     * Extracts the block name from the block metadata path.
    52405241     *
    5241      * @since 7.1
     5242     * @since 7.1.0
    52425243     *
    52435244     * @param array $block_metadata Block metadata.
Note: See TracChangeset for help on using the changeset viewer.