Make WordPress Core


Ignore:
Timestamp:
11/11/2008 07:47:22 PM (15 years ago)
Author:
ryan
Message:

Add new user page

File:
1 edited

Legend:

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

    r9580 r9614  
    7979    $_wp_real_parent_file['profile.php'] = 'users.php'; // Back-compat for plugins adding submenus to profile.php.
    8080    $submenu['users.php'][5] = array(__('Authors & Users'), 'edit_users', 'users.php');
    81     $submenu['users.php'][10] = array(__('Your Profile'), 'read', 'profile.php');
     81    $submenu['users.php'][10] = array(__('Add New'), 'create_users', 'user-new.php');
     82    $submenu['users.php'][15] = array(__('Your Profile'), 'read', 'profile.php');
    8283} else {
    8384    $_wp_real_parent_file['users.php'] = 'profile.php';
Note: See TracChangeset for help on using the changeset viewer.