Make WordPress Core

Changeset 21604


Ignore:
Timestamp:
08/24/2012 03:22:14 PM (12 years ago)
Author:
nacin
Message:

Add new 'flexible-header' tag for themes. Add it to Twenty Ten and Twenty Eleven. [21533] added it for Twenty Twelve.

props lancewillett. fixes #21065.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/theme.php

    r21010 r21604  
    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' ),
     
    170170            ),
    171171
    172         __('Columns') => array(
     172        __( 'Columns' ) => array(
    173173            'one-column'    => __( 'One Column' ),
    174174            'two-columns'   => __( 'Two Columns' ),
     
    179179        ),
    180180
    181         __('Width') => array(
     181        __( 'Width' ) => array(
    182182            'fixed-width'    => __( 'Fixed Width' ),
    183183            'flexible-width' => __( 'Flexible Width' ),
     
    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' ),
  • trunk/wp-content/themes/twentyeleven/style.css

    r21488 r21604  
    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*/
  • trunk/wp-content/themes/twentyten/style.css

    r21040 r21604  
    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*/
Note: See TracChangeset for help on using the changeset viewer.