mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Responsive admin improvements for the dashboard, new/write screens and links screens, see #18198
git-svn-id: https://develop.svn.wordpress.org/trunk@18736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ $parent_file = 'index.php';
|
||||
if ( is_user_admin() )
|
||||
add_screen_option('layout_columns', array('max' => 4, 'default' => 1) );
|
||||
else
|
||||
add_screen_option('layout_columns', array('max' => 4, 'default' => 2) );
|
||||
add_screen_option('layout_columns', array('max' => 4, 'default' => 'auto') );
|
||||
|
||||
add_contextual_help($current_screen,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user