Changeset 43790 for branches/5.0/src/wp-includes/theme.php
- Timestamp:
- 10/22/2018 07:57:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/theme.php
r43040 r43790 2211 2211 * @since 4.5.0 The `customize-selective-refresh-widgets` feature was added 2212 2212 * @since 4.7.0 The `starter-content` feature was added 2213 * @since 5.0.0 The `responsive-embeds` feature was added. 2213 2214 * 2214 2215 * @global array $_wp_theme_features … … 2216 2217 * @param string $feature The feature being added. Likely core values include 'post-formats', 2217 2218 * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', 2218 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', etc. 2219 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', 2220 * 'responsive-embeds/', etc. 2219 2221 * @param mixed $args,... Optional extra arguments to pass along with certain features. 2220 2222 * @return void|bool False on failure, void otherwise.
Note: See TracChangeset
for help on using the changeset viewer.