Changeset 38666 for trunk/src/wp-admin/users.php
- Timestamp:
- 09/28/2016 12:16:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r38647 r38666 383 383 } elseif ( !current_user_can('remove_user', $id) ) { 384 384 /* translators: 1: user id, 2: user login */ 385 echo "<li>" . sprintf(__('ID #%1$s: %2$s <strong> You don’t have permissionto remove this user.</strong>'), $id, $user->user_login) . "</li>\n";385 echo "<li>" . sprintf(__('ID #%1$s: %2$s <strong>Sorry, you are not allowed to remove this user.</strong>'), $id, $user->user_login) . "</li>\n"; 386 386 } else { 387 387 /* translators: 1: user id, 2: user login */
Note: See TracChangeset
for help on using the changeset viewer.