Make WordPress Core


Ignore:
Timestamp:
11/03/2019 10:21:20 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some incorrect return tags in docblocks.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/deprecated.php

    r45932 r46644  
    10021002 * @see wp_get_themes()
    10031003 *
    1004  * @return array $themes Array of allowed themes.
     1004 * @return WP_Theme[] Array of WP_Theme objects keyed by their name.
    10051005 */
    10061006function get_allowed_themes() {
Note: See TracChangeset for help on using the changeset viewer.