Changes in trunk/wp-admin/includes/misc.php [17328:18349]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r17328 r18349 374 374 } 375 375 376 function wp_menu_unfold() {377 if ( isset($_GET['unfoldmenu']) ) {378 delete_user_setting('mfold');379 wp_redirect( remove_query_arg( 'unfoldmenu', stripslashes($_SERVER['REQUEST_URI']) ) );380 exit;381 }382 }383 384 376 /** 385 377 * Check if rewrite rule for WordPress already exists in the IIS 7 configuration file
Note: See TracChangeset
for help on using the changeset viewer.