Make WordPress Core


Ignore:
Timestamp:
12/06/2013 01:06:04 AM (11 years ago)
Author:
matt
Message:

Add and display new tags to highlight the ever-growing number of responsive themes available. Fixes #21442.

Props Otto42 and lancewillett.

File:
1 edited

Legend:

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

    r26684 r26711  
    198198        ),
    199199
    200         __( 'Width' ) => array(
    201             'fixed-width'    => __( 'Fixed Width' ),
    202             'flexible-width' => __( 'Flexible Width' ),
     200        __( 'Layout' ) => array(
     201            'fixed-layout'      => __( 'Fixed Layout' ),
     202            'fluid-layout'      => __( 'Fluid Layout' ),
     203            'responsive-layout' => __( 'Responsive Layout' ),
    203204        ),
    204205
Note: See TracChangeset for help on using the changeset viewer.