Changeset 18736 for trunk/wp-admin/index.php
- Timestamp:
- 09/21/2011 06:16:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r18667 r18736 26 26 add_screen_option('layout_columns', array('max' => 4, 'default' => 1) ); 27 27 else 28 add_screen_option('layout_columns', array('max' => 4, 'default' => 2) );28 add_screen_option('layout_columns', array('max' => 4, 'default' => 'auto') ); 29 29 30 30 add_contextual_help($current_screen,
Note: See TracChangeset
for help on using the changeset viewer.