]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/misc.php
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-admin / includes / misc.php
index d8ab0fca2706ebe52797b301e59e1c4d4adba9de..a0db0ad05456b4794e75f6ba5e1ffdfed11de207 100644 (file)
@@ -373,14 +373,6 @@ function set_screen_options() {
        }
 }
 
-function wp_menu_unfold() {
-       if ( isset($_GET['unfoldmenu']) ) {
-               delete_user_setting('mfold');
-               wp_redirect( remove_query_arg( 'unfoldmenu', stripslashes($_SERVER['REQUEST_URI']) ) );
-               exit;
-       }
-}
-
 /**
  * Check if rewrite rule for WordPress already exists in the IIS 7 configuration file
  *