Ticket #21065: 21065.2.patch
File 21065.2.patch, 3.3 KB (added by , 13 years ago) |
---|
-
wp-content/themes/twentyten/style.css
6 6 Version: 1.4 7 7 License: GNU General Public License v2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu 9 Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header 10 10 Text Domain: twentyten 11 11 */ 12 12 -
wp-content/themes/twentyeleven/style.css
7 7 Version: 1.4 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, f ull-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready10 Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready 11 11 Text Domain: twentyeleven 12 12 */ 13 13 -
wp-admin/includes/theme.php
151 151 function get_theme_feature_list( $api = true ) { 152 152 // Hard-coded list is used if api not accessible. 153 153 $features = array( 154 __( 'Colors') => array(154 __( 'Colors' ) => array( 155 155 'black' => __( 'Black' ), 156 156 'blue' => __( 'Blue' ), 157 157 'brown' => __( 'Brown' ), … … 169 169 'light' => __( 'Light' ), 170 170 ), 171 171 172 __( 'Columns') => array(172 __( 'Columns' ) => array( 173 173 'one-column' => __( 'One Column' ), 174 174 'two-columns' => __( 'Two Columns' ), 175 175 'three-columns' => __( 'Three Columns' ), … … 178 178 'right-sidebar' => __( 'Right Sidebar' ), 179 179 ), 180 180 181 __( 'Width') => array(181 __( 'Width' ) => array( 182 182 'fixed-width' => __( 'Fixed Width' ), 183 183 'flexible-width' => __( 'Flexible Width' ), 184 184 ), … … 193 193 'editor-style' => __( 'Editor Style' ), 194 194 'featured-image-header' => __( 'Featured Image Header' ), 195 195 'featured-images' => __( 'Featured Images' ), 196 'flexible-header' => __( 'Flexible Header' ), 196 197 'front-page-post-form' => __( 'Front Page Posting' ), 197 198 'full-width-template' => __( 'Full Width Template' ), 198 199 'microformats' => __( 'Microformats' ),