Make WordPress Core


Ignore:
Timestamp:
04/08/2014 04:30:01 AM (11 years ago)
Author:
nacin
Message:

Theme Installer: Combine 'Layout' and 'Columns' filters so 'Features' can span two columns.

see #27055.

File:
1 edited

Legend:

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

    r27748 r28037  
    193193            ),
    194194
    195         __( 'Columns' ) => array(
     195        __( 'Layout' ) => array(
     196            'fixed-layout'      => __( 'Fixed Layout' ),
     197            'fluid-layout'      => __( 'Fluid Layout' ),
     198            'responsive-layout' => __( 'Responsive Layout' ),
    196199            'one-column'    => __( 'One Column' ),
    197200            'two-columns'   => __( 'Two Columns' ),
     
    200203            'left-sidebar'  => __( 'Left Sidebar' ),
    201204            'right-sidebar' => __( 'Right Sidebar' ),
    202         ),
    203 
    204         __( 'Layout' ) => array(
    205             'fixed-layout'      => __( 'Fixed Layout' ),
    206             'fluid-layout'      => __( 'Fluid Layout' ),
    207             'responsive-layout' => __( 'Responsive Layout' ),
    208205        ),
    209206
     
    257254    $category_translations = array(
    258255        'Colors'   => __( 'Colors' ),
    259         'Columns'  => __( 'Columns' ),
    260256        'Layout'   => __( 'Layout' ),
    261257        'Features' => __( 'Features' ),
Note: See TracChangeset for help on using the changeset viewer.