Changeset 44138 for trunk/src/wp-includes/theme.php
- Timestamp:
- 12/14/2018 01:49:46 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43790-43791
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/theme.php
r43571 r44138 2319 2319 * @since 4.5.0 The `customize-selective-refresh-widgets` feature was added 2320 2320 * @since 4.7.0 The `starter-content` feature was added 2321 * @since 5.0.0 The `responsive-embeds` feature was added. 2321 2322 * 2322 2323 * @global array $_wp_theme_features … … 2324 2325 * @param string $feature The feature being added. Likely core values include 'post-formats', 2325 2326 * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', 2326 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', etc. 2327 * 'custom-header', 'custom-background', 'title-tag', 'starter-content', 2328 * 'responsive-embeds', etc. 2327 2329 * @param mixed $args,... Optional extra arguments to pass along with certain features. 2328 2330 * @return void|bool False on failure, void otherwise.
Note: See TracChangeset
for help on using the changeset viewer.