Changeset 40993 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 07/02/2017 05:15:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r39735 r40993 749 749 $capabilities['exist'] = true; 750 750 751 // Nobody is allowed to do things they are not allowed to do. 752 unset( $capabilities['do_not_allow'] ); 753 751 754 // Must have ALL requested caps. 752 755 foreach ( (array) $caps as $cap ) {
Note: See TracChangeset
for help on using the changeset viewer.