Changeset 621

Show
Ignore:
Timestamp:
06/30/06 17:42:25 (2 years ago)
Author:
donncha
Message:

Now you see it, now you don't! Moving this to a plugin for the time being.

Files:

Legend:

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

    r619 r621  
    2222        $menu[35] = array(__('Profile'), 'read', 'profile.php'); 
    2323$menu[40] = array(__('Options'), 'manage_options', 'options-general.php'); 
    24  
    25  
    26 $submenu['index.php'][5] = array(__('Dashboard'), 'read', 'index.php'); 
    27 $submenu['index.php'][10] = array(__('Friends'), 'manage_links', 'friends.php'); 
    2824 
    2925$submenu['post-new.php'][5] = array(__('Write Post'), 'edit_posts', 'post-new.php');