Changeset 18889 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 10/05/2011 06:46:21 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r18867 r18889 160 160 do_action('do_meta_boxes', $post_type, 'side', $post); 161 161 162 $current_screen->add_option('layout_columns', array('max' => 2, 'default' => 'auto') );162 $current_screen->add_option('layout_columns', array('max' => 2, 'default' => 2) ); 163 163 164 164 $current_screen->add_option_context(
Note: See TracChangeset
for help on using the changeset viewer.