Make WordPress Core


Ignore:
Timestamp:
09/21/2011 06:16:24 AM (14 years ago)
Author:
azaozz
Message:

Responsive admin improvements for the dashboard, new/write screens and links screens, see #18198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r18667 r18736  
    2626    add_screen_option('layout_columns', array('max' => 4, 'default' => 1) );
    2727else
    28     add_screen_option('layout_columns', array('max' => 4, 'default' => 2) );
     28    add_screen_option('layout_columns', array('max' => 4, 'default' => 'auto') );
    2929
    3030add_contextual_help($current_screen,
Note: See TracChangeset for help on using the changeset viewer.