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

git-svn-id: https://develop.svn.wordpress.org/trunk@18889 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-10-05 18:46:21 +00:00
parent c9e4b0fcb9
commit 22f4cdc7d7
5 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ do_action('do_meta_boxes', $post_type, 'normal', $post);
do_action('do_meta_boxes', $post_type, 'advanced', $post);
do_action('do_meta_boxes', $post_type, 'side', $post);
$current_screen->add_option('layout_columns', array('max' => 2, 'default' => 'auto') );
$current_screen->add_option('layout_columns', array('max' => 2, 'default' => 2) );
$current_screen->add_option_context(
'<p>test</p>'