Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r51919 r52204  
    59245924         * @see WP_Customize_Manager::__construct()
    59255925         *
    5926          * @param array                $themes  Nested array of theme data.
     5926         * @param array|stdClass       $themes  Nested array or object of theme data.
    59275927         * @param array                $args    List of arguments, such as page, search term, and tags to query for.
    59285928         * @param WP_Customize_Manager $manager Instance of Customize manager.
Note: See TracChangeset for help on using the changeset viewer.