Changeset 19528 for trunk/wp-admin/user-new.php
- Timestamp:
- 12/01/2011 04:51:35 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r19509 r19528 152 152 $help .= '<p>' . __('Remember to click the Add New User button at the bottom of this screen when you are finished.') . '</p>'; 153 153 154 get_current_screen()->add_help_tab( array( 155 'id' => 'overview', 156 'title' => __('Overview'), 154 get_current_screen()->add_help_tab( array( 155 'id' => 'overview', 156 'title' => __('Overview'), 157 157 'content' => $help, 158 158 ) ); 159 159 160 get_current_screen()->add_help_tab( array( 161 'id' => 'user-roles', 162 'title' => __('User Roles'), 160 get_current_screen()->add_help_tab( array( 161 'id' => 'user-roles', 162 'title' => __('User Roles'), 163 163 'content' => '<p>' . __('Here is a basic overview of the different user roles and the permissions associated with each one:') . '</p>' . 164 164 '<ul>' .
Note: See TracChangeset
for help on using the changeset viewer.