Fix unfolding of the admin menu when no JS, fixes #17897

git-svn-id: https://develop.svn.wordpress.org/trunk@18349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-06-27 20:40:04 +00:00
parent 5110d7f3a3
commit c2c5456fd1
10 changed files with 58 additions and 64 deletions

View File

@@ -28,7 +28,6 @@ else
$admin_title = apply_filters( 'admin_title', $admin_title, $title );
wp_user_settings();
wp_menu_unfold();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">