Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:37:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Further corrections and improvements to various inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48573 r48576  
    30203020 * @see add_theme_support()
    30213021 *
    3022  * @global $_wp_registered_theme_features
     3022 * @global array $_wp_registered_theme_features
    30233023 *
    30243024 * @param string $feature The name uniquely identifying the feature. See add_theme_support()
     
    31573157 * @since 5.5.0
    31583158 *
    3159  * @global $_wp_registered_theme_features
     3159 * @global array $_wp_registered_theme_features
    31603160 *
    31613161 * @return array[] List of theme features, keyed by their name.
     
    31763176 * @since 5.5.0
    31773177 *
    3178  * @global $_wp_registered_theme_features
     3178 * @global array $_wp_registered_theme_features
    31793179 *
    31803180 * @param string $feature The feature name. See add_theme_support() for the list
Note: See TracChangeset for help on using the changeset viewer.