Changeset 59784 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 02/08/2025 11:42:29 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r59695 r59784 267 267 <?php if ( ! IS_PROFILE_PAGE ) : ?> 268 268 <?php if ( current_user_can( 'create_users' ) ) : ?> 269 <a href="user-new.php" class="page-title-action"><?php echo esc_html__( 'Add NewUser' ); ?></a>269 <a href="user-new.php" class="page-title-action"><?php echo esc_html__( 'Add User' ); ?></a> 270 270 <?php elseif ( is_multisite() && current_user_can( 'promote_users' ) ) : ?> 271 271 <a href="user-new.php" class="page-title-action"><?php echo esc_html__( 'Add Existing User' ); ?></a> … … 833 833 ?> 834 834 835 <button type="button" name="do_new_application_password" id="do_new_application_password" class="button button-secondary"><?php _e( 'Add NewApplication Password' ); ?></button>835 <button type="button" name="do_new_application_password" id="do_new_application_password" class="button button-secondary"><?php _e( 'Add Application Password' ); ?></button> 836 836 </div> 837 837 <?php
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)