Make WordPress Core


Ignore:
Timestamp:
10/05/2011 06:46:21 PM (15 years ago)
Author:
azaozz
Message:

Revert 'auto' column setting, props markjaquith, see #18863

File:
1 edited

Legend:

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

    r18867 r18889  
    3939add_thickbox();
    4040
    41 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 'auto') );
     41$current_screen->add_option('layout_columns', array('max' => 4, 'default' => 2) );
    4242
    4343$current_screen->add_option_context(
Note: See TracChangeset for help on using the changeset viewer.