Changeset 45418 for trunk/src/wp-includes/theme.php
- Timestamp:
- 05/25/2019 09:58:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r45232 r45418 2331 2331 * @global array $_wp_theme_features 2332 2332 * 2333 * @param string $feature 2334 * 2335 * 2336 * 2337 * @param mixed $args,...Optional extra arguments to pass along with certain features.2333 * @param string $feature The feature being added. Likely core values include 'post-formats', 2334 * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', 2335 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', 2336 * 'responsive-embeds', etc. 2337 * @param mixed ...$args Optional extra arguments to pass along with certain features. 2338 2338 * @return void|bool False on failure, void otherwise. 2339 2339 */
Note: See TracChangeset
for help on using the changeset viewer.