Make WordPress Core

Changeset 49311


Ignore:
Timestamp:
10/26/2020 09:49:26 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since tags for properties in some block editor classes:

  • WP_Block_Pattern_Categories_Registry
  • WP_Block_Patterns_Registry
  • WP_Block_Supports

Follow-up to [48156], [49226].

See #50768.

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-pattern-categories-registry.php

    r48845 r49311  
    1515         * Registered block pattern categories array.
    1616         *
     17         * @since 5.5.0
    1718         * @var array
    1819         */
     
    2223         * Container for the main instance of the class.
    2324         *
     25         * @since 5.5.0
    2426         * @var WP_Block_Pattern_Categories_Registry|null
    2527         */
  • trunk/src/wp-includes/class-wp-block-patterns-registry.php

    r48845 r49311  
    1717         * Registered patterns array.
    1818         *
     19         * @since 5.5.0
    1920         * @var array
    2021         */
     
    2425         * Container for the main instance of the class.
    2526         *
     27         * @since 5.5.0
    2628         * @var WP_Block_Patterns_Registry|null
    2729         */
  • trunk/src/wp-includes/class-wp-block-supports.php

    r49310 r49311  
    2020         * Config.
    2121         *
     22         * @since 5.6.0
    2223         * @var array
    2324         */
     
    2728         * Tracks the current block to be rendered.
    2829         *
     30         * @since 5.6.0
    2931         * @var array
    3032         */
     
    3436         * Container for the main instance of the class.
    3537         *
     38         * @since 5.6.0
    3639         * @var WP_Block_Supports|null
    3740         */
Note: See TracChangeset for help on using the changeset viewer.