Changeset 42811 for branches/4.9/src/wp-admin/users.php
- Timestamp:
- 03/09/2018 12:14:20 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 42648,42719
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/users.php
r41566 r42811 13 13 if ( ! current_user_can( 'list_users' ) ) { 14 14 wp_die( 15 '<h1>' . __( ' Cheatin’ uh?' ) . '</h1>' .15 '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' . 16 16 '<p>' . __( 'Sorry, you are not allowed to list users.' ) . '</p>', 17 17 403 … … 131 131 if ( is_multisite() && !is_user_member_of_blog( $id ) ) { 132 132 wp_die( 133 '<h1>' . __( ' Cheatin’ uh?' ) . '</h1>' .133 '<h1>' . __( 'Something went wrong.' ) . '</h1>' . 134 134 '<p>' . __( 'One of the selected users is not a member of this site.' ) . '</p>', 135 135 403
Note: See TracChangeset
for help on using the changeset viewer.