Ticket #22451: 22451.8.users.diff
File 22451.8.users.diff, 1.0 KB (added by , 12 years ago) |
---|
-
wp-admin/users.php
43 43 '<li>' . __('Edit takes you to the editable profile screen for that user. You can also reach that screen by clicking on the username.') . '</li>'; 44 44 45 45 if ( 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>'; 47 47 else 48 48 $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>'; 49 49