Remove expanded class from flyout menus. see #18382.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-09-22 20:24:12 +00:00
parent 4a6513185a
commit f40872acdd
8 changed files with 27 additions and 18 deletions

View File

@@ -74,8 +74,6 @@ do_action('admin_head');
if ( get_user_setting('mfold') == 'f' )
$admin_body_class .= ' folded';
else
$admin_body_class .= ' expanded';
if ( is_admin_bar_showing() )
$admin_body_class .= ' admin-bar';