Ensure the last separator is removed from the user and network admin menus.

props johnjamesjacoby.
fixes #25425.


git-svn-id: https://develop.svn.wordpress.org/trunk@27066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-02-02 06:18:44 +00:00
parent 71f951f71e
commit d1cc542e1f
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ $menu[4] = array( '', 'exist', 'separator1', '', 'wp-menu-separator' );
$menu[70] = array( __('Profile'), 'exist', 'profile.php', '', 'menu-top menu-icon-users', 'menu-users', 'div' );
$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator-last' );
$menu[99] = array( '', 'exist', 'separator-last', '', 'wp-menu-separator' );
$_wp_real_parent_file['users.php'] = 'profile.php';
$compat = array();