mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-24 07:14:28 +00:00
Keep the menu closed while loading
git-svn-id: https://develop.svn.wordpress.org/trunk@10140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -108,6 +108,10 @@ if ( function_exists('mb_strlen') ) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if ( get_user_setting('mfold') == 'f' ) { ?>
|
||||
<script type="text/javascript">jQuery('#wpcontent').addClass('folded');</script>
|
||||
<?php } ?>
|
||||
|
||||
<div id="wpbody">
|
||||
<?php require(ABSPATH . 'wp-admin/menu-header.php'); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user