Changeset 47557 for trunk/src/wp-admin/users.php
- Timestamp:
- 04/09/2020 03:41:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r47198 r47557 238 238 $all_userids = $userids; 239 239 240 if ( in_array( $current_user->ID, $userids ) ) {240 if ( in_array( $current_user->ID, $userids, true ) ) { 241 241 $userids = array_diff( $userids, array( $current_user->ID ) ); 242 242 }
Note: See TracChangeset
for help on using the changeset viewer.