Make WordPress Core

Ticket #22451: 22451.8.users.diff

File 22451.8.users.diff, 1.0 KB (added by Ipstenu, 12 years ago)

Tweaking wp-admin/users.php for Multisite

  • wp-admin/users.php

     
    4343        '<li>' . __('Edit takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.') . '</li>';
    4444
    4545if ( is_multisite() )
    46         $help .= '<li>' . __( 'Remove allows you to remove a user from your site. It does not delete their posts. You can also remove multiple users at once by using Bulk Actions.' ) . '</li>';
     46        $help .= '<li>' . __( 'Remove allows you to remove a user from your site. It does not delete their posts, nor will it remove their account from the network. You can also remove multiple users at once by using Bulk Actions.' ) . '</li>';
    4747else
    4848        $help .= '<li>' . __( 'Delete brings you to the Delete Users screen for confirmation, where you can permanently remove a user from your site and delete their posts. You can also delete multiple users at once by using Bulk Actions.' ) . '</li>';
    4949