Make WordPress Core


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.

File:
1 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' ),
Note: See TracChangeset for help on using the changeset viewer.