Make WordPress Core

Ticket #21442: 21442.patch

File 21442.patch, 3.5 KB (added by lancewillett, 12 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-layout, 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/twentytwelve/style.css

     
    77Version: 0.6
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    10 Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, responsive-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
     10Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    1111Text Domain: twentytwelve
    1212
    1313This theme, like WordPress, is licensed under the GPL.
  • 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-layout, fluid-layout, 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
    1111Text Domain: twentyeleven
    1212*/
    1313
  • wp-admin/includes/theme.php

     
    178178                        'right-sidebar' => __( 'Right Sidebar' ),
    179179                ),
    180180
    181                 __('Width') => array(
    182                         'fixed-width'    => __( 'Fixed Width' ),
    183                         'flexible-width' => __( 'Flexible Width' ),
     181                __( 'Layout' ) => array(
     182                        'fixed-layout'      => __( 'Fixed Layout' ),
     183                        'fluid-layout'      => __( 'Flexible Layout' ),
     184                        'responsive-layout' => __( 'Responsive Layout' ),
    184185                ),
    185186
    186187                __( 'Features' ) => array(