Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:44:12 AM (3 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #54729

File:
1 edited

Legend:

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

    r52219 r53299  
    1616     *
    1717     * @since 5.5.0
    18      * @var array
     18     * @var array[]
    1919     */
    2020    private $registered_categories = array();
     
    104104     * @since 5.5.0
    105105     *
    106      * @return array Array of arrays containing the registered pattern categories properties.
     106     * @return array[] Array of arrays containing the registered pattern categories properties.
    107107     */
    108108    public function get_all_registered() {
Note: See TracChangeset for help on using the changeset viewer.