Ticket #39831: 39831#.patch
| File 39831#.patch, 1.1 KB (added by , 9 years ago) |
|---|
-
wp-admin/includes/theme.php
265 265 'sticky-post' => __( 'Sticky Post' ), 266 266 'theme-options' => __( 'Theme Options' ), 267 267 'threaded-comments' => __( 'Threaded Comments' ), 268 'translation-ready' => __( 'Translation Ready' ),269 268 ), 270 269 271 270 __( 'Subject' ) => array( -
wp-includes/class-wp-theme.php
805 805 'fixed-layout' => __( 'Fixed Layout' ), 'fluid-layout' => __( 'Fluid Layout' ), 806 806 'responsive-layout' => __( 'Responsive Layout' ), 'blavatar' => __( 'Blavatar' ), 807 807 'photoblogging' => __( 'Photoblogging' ), 'seasonal' => __( 'Seasonal' ), 808 'translation-ready' => __( 'Translation Ready' ), 808 809 ); 809 810 810 811 $feature_list = get_theme_feature_list( false ); // No API