Changeset 48576 for trunk/src/wp-includes/theme.php
- Timestamp:
- 07/23/2020 07:37:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r48573 r48576 3020 3020 * @see add_theme_support() 3021 3021 * 3022 * @global $_wp_registered_theme_features3022 * @global array $_wp_registered_theme_features 3023 3023 * 3024 3024 * @param string $feature The name uniquely identifying the feature. See add_theme_support() … … 3157 3157 * @since 5.5.0 3158 3158 * 3159 * @global $_wp_registered_theme_features3159 * @global array $_wp_registered_theme_features 3160 3160 * 3161 3161 * @return array[] List of theme features, keyed by their name. … … 3176 3176 * @since 5.5.0 3177 3177 * 3178 * @global $_wp_registered_theme_features3178 * @global array $_wp_registered_theme_features 3179 3179 * 3180 3180 * @param string $feature The feature name. See add_theme_support() for the list
Note: See TracChangeset
for help on using the changeset viewer.