Make WordPress Core

Ticket #21442: 21442.2.patch

File 21442.2.patch, 620 bytes (added by Otto42, 11 years ago)

Core changes only, no theme changes, fixed fluid->flexible issue

  • wp-admin/includes/theme.php

     
    197197                        'right-sidebar' => __( 'Right Sidebar' ),
    198198                ),
    199199
    200                 __( 'Width' ) => array(
    201                         'fixed-width'    => __( 'Fixed Width' ),
    202                         'flexible-width' => __( 'Flexible Width' ),
     200                __( 'Layout' ) => array(
     201                        'fixed-layout'      => __( 'Fixed Layout' ),
     202                        'flexible-layout'   => __( 'Flexible Layout' ),
     203                        'responsive-layout' => __( 'Responsive Layout' ),
    203204                ),
    204205
    205206                __( 'Features' ) => array(