mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
+1
-1
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user