mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +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:
@@ -37,7 +37,7 @@ do_action('do_meta_boxes', 'link', 'normal', $link);
|
||||
do_action('do_meta_boxes', 'link', 'advanced', $link);
|
||||
do_action('do_meta_boxes', 'link', 'side', $link);
|
||||
|
||||
$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>'
|
||||
|
||||
Reference in New Issue
Block a user