Remove Stats from My Account menu. fixes #7567 see #7552

git-svn-id: https://develop.svn.wordpress.org/trunk@8709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-08-22 04:39:40 +00:00
parent 8da367ce9e
commit 9bc0849cb9
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ $top_menu[20] = array( sprintf( __('Comments (%s)'), "<span id='awaiting-mod' cl
$top_menu[25] = array( __('Help'), 'read', 'index.php?help' ); // place holder
$top_submenu['profile.php'][5] = array( __('Profile'), 'read', 'profile.php' );
$top_submenu['profile.php'][10] = array( __('Stats'), 'read', 'inbox.php?page=stats' ); // place holder
$menu[0] = array( __('Dashboard'), 'read', 'index.php' );