Changeset 18889 for trunk/wp-admin/index.php
- Timestamp:
- 10/05/2011 06:46:21 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r18867 r18889 26 26 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 1) ); 27 27 else 28 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 'auto') );28 $current_screen->add_option('layout_columns', array('max' => 4, 'default' => 2) ); 29 29 30 30 $current_screen->add_option_context(
Note: See TracChangeset
for help on using the changeset viewer.