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:
Andrew Ozz
2011-09-21 06:16:24 +00:00
parent c2cf751035
commit f465d0e766
11 changed files with 112 additions and 106 deletions
+1 -1
View File
@@ -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,