Ticket #38178: 38178.patch
| File 38178.patch, 477 bytes (added by , 10 years ago) |
|---|
-
wp-admin/network/site-users.php
115 115 116 116 case 'remove': 117 117 if ( ! current_user_can( 'remove_users' ) ) { 118 wp_die( __( ' You can’tremove users.' ) );118 wp_die( __( 'Sorry, you are not allowed to remove users.' ) ); 119 119 } 120 120 121 121 check_admin_referer( 'bulk-users' );