Make WordPress Core

Changeset 55297

Timestamp:
02/08/2023 04:12:20 PM (18 months ago)
Author:
audrasjb
Message:

Help/About: Add info about the "View" row action link to the Users screen help tab.

Props kebbet, audrasjb, SergeyBiryukov, webcommsat.
Fixes #57666.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/users.php

    r53651 r55297  
    6060    $help .= '<li>' . __( '<strong>Delete</strong> brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their content. You can also delete multiple users at once by using bulk actions.' ) . '</li>';
    6161}
     62
     63
    6264
    6365if ( current_user_can( 'edit_users' ) ) {
Note: See TracChangeset for help on using the changeset viewer.