Changeset 28037 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 04/08/2014 04:30:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r27748 r28037 193 193 ), 194 194 195 __( 'Columns' ) => array( 195 __( 'Layout' ) => array( 196 'fixed-layout' => __( 'Fixed Layout' ), 197 'fluid-layout' => __( 'Fluid Layout' ), 198 'responsive-layout' => __( 'Responsive Layout' ), 196 199 'one-column' => __( 'One Column' ), 197 200 'two-columns' => __( 'Two Columns' ), … … 200 203 'left-sidebar' => __( 'Left Sidebar' ), 201 204 'right-sidebar' => __( 'Right Sidebar' ), 202 ),203 204 __( 'Layout' ) => array(205 'fixed-layout' => __( 'Fixed Layout' ),206 'fluid-layout' => __( 'Fluid Layout' ),207 'responsive-layout' => __( 'Responsive Layout' ),208 205 ), 209 206 … … 257 254 $category_translations = array( 258 255 'Colors' => __( 'Colors' ), 259 'Columns' => __( 'Columns' ),260 256 'Layout' => __( 'Layout' ), 261 257 'Features' => __( 'Features' ),
Note: See TracChangeset
for help on using the changeset viewer.