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
@@ -25,7 +25,7 @@ $parent_file = 'index.php';
if ( is_user_admin() )
$current_screen->add_option('layout_columns', array('max' => 4, 'default' => 1) );
else
$current_screen->add_option('layout_columns', array('max' => 4, 'default' => 'auto') );
$current_screen->add_option('layout_columns', array('max' => 4, 'default' => 2) );
$current_screen->add_option_context(
'<p>test</p>'