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

git-svn-id: http://svn.automattic.com/wordpress/trunk@8709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-08-22 04:39:40 +00:00
parent 417d768c10
commit 072c3add0a
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' );