Changeset 15277
- Timestamp:
- 06/18/2010 05:37:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r15235 r15277 1630 1630 function remove_theme_support( $feature ) { 1631 1631 // Blacklist: for internal registrations not used directly by themes. 1632 if ( in_array( $feature, array( 'custom-background', 'custom-header', 'editor-style', 'widgets' ) ) )1632 if ( in_array( $feature, array( 'custom-background', 'custom-header', 'editor-style', 'widgets', 'menus' ) ) ) 1633 1633 return false; 1634 1634
Note: See TracChangeset
for help on using the changeset viewer.