Ticket #13935: 13935.diff
File 13935.diff, 591 bytes (added by , 14 years ago) |
---|
-
wp-includes/theme.php
1629 1629 */ 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 1635 1635 global $_wp_theme_features;