Make WordPress Core

Changeset 8709


Ignore:
Timestamp:
08/22/2008 04:39:40 AM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu.php

    r8708 r8709  
    3737
    3838$top_submenu['profile.php'][5]  = array( __('Profile'), 'read', 'profile.php' );
    39 $top_submenu['profile.php'][10] = array( __('Stats'), 'read', 'inbox.php?page=stats' ); // place holder
    40 
    4139
    4240$menu[0] = array( __('Dashboard'), 'read', 'index.php' );
Note: See TracChangeset for help on using the changeset viewer.