Changeset 37671
- Timestamp:
- 06/09/2016 08:33:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r37544 r37671 1525 1525 * @global array $_wp_theme_features 1526 1526 * 1527 * @param string $feature The feature being added. 1527 * @param string $feature The feature being added. Likely core values include 'post-formats', 1528 * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', 1529 * 'custom-header', 'custom-background', 'title-tag', etc. 1528 1530 * @return void|bool False on failure, void otherwise. 1529 1531 */
Note: See TracChangeset
for help on using the changeset viewer.