Changeset 59784 for trunk/src/wp-admin/users.php
- Timestamp:
- 02/08/2025 11:42:29 AM (19 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/users.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r58566 r59784 34 34 'title' => __( 'Overview' ), 35 35 'content' => '<p>' . __( 'This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.' ) . '</p>' . 36 '<p>' . __( 'To add a new user for your site, click the Add New User button at the top of the screen or Add NewUser in the Users menu section.' ) . '</p>',36 '<p>' . __( 'To add a new user for your site, click the Add User button at the top of the screen or Add User in the Users menu section.' ) . '</p>', 37 37 ) 38 38 ); … … 779 779 '<a href="%1$s" class="page-title-action">%2$s</a>', 780 780 esc_url( admin_url( 'user-new.php' ) ), 781 esc_html__( 'Add NewUser' )781 esc_html__( 'Add User' ) 782 782 ); 783 783 } elseif ( is_multisite() && current_user_can( 'promote_users' ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)