Make WordPress Core

Ticket #21065: 21065.2.patch

File 21065.2.patch, 3.3 KB (added by lancewillett, 13 years ago)
  • wp-content/themes/twentyten/style.css

     
    66Version: 1.4
    77License: GNU General Public License v2 or later
    88License 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
     9Tags: 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
    1010Text Domain: twentyten
    1111*/
    1212
  • wp-content/themes/twentyeleven/style.css

     
    77Version: 1.4
    88License: GNU General Public License v2 or later
    99License 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, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
     10Tags: 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
    1111Text Domain: twentyeleven
    1212*/
    1313
  • wp-admin/includes/theme.php

     
    151151function get_theme_feature_list( $api = true ) {
    152152        // Hard-coded list is used if api not accessible.
    153153        $features = array(
    154                         __('Colors') => array(
     154                        __( 'Colors' ) => array(
    155155                                'black'   => __( 'Black' ),
    156156                                'blue'    => __( 'Blue' ),
    157157                                'brown'   => __( 'Brown' ),
     
    169169                                'light'   => __( 'Light' ),
    170170                        ),
    171171
    172                 __('Columns') => array(
     172                __( 'Columns' ) => array(
    173173                        'one-column'    => __( 'One Column' ),
    174174                        'two-columns'   => __( 'Two Columns' ),
    175175                        'three-columns' => __( 'Three Columns' ),
     
    178178                        'right-sidebar' => __( 'Right Sidebar' ),
    179179                ),
    180180
    181                 __('Width') => array(
     181                __( 'Width' ) => array(
    182182                        'fixed-width'    => __( 'Fixed Width' ),
    183183                        'flexible-width' => __( 'Flexible Width' ),
    184184                ),
     
    193193                        'editor-style'          => __( 'Editor Style' ),
    194194                        'featured-image-header' => __( 'Featured Image Header' ),
    195195                        'featured-images'       => __( 'Featured Images' ),
     196                        'flexible-header'       => __( 'Flexible Header' ),
    196197                        'front-page-post-form'  => __( 'Front Page Posting' ),
    197198                        'full-width-template'   => __( 'Full Width Template' ),
    198199                        'microformats'          => __( 'Microformats' ),