Changeset 25329
- Timestamp:
- 09/10/2013 10:22:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r25177 r25329 937 937 938 938 // Must have ALL requested caps 939 $capabilities = apply_filters( 'user_has_cap', $this->allcaps, $caps, $args );939 $capabilities = apply_filters( 'user_has_cap', $this->allcaps, $caps, $args, $this ); 940 940 $capabilities['exist'] = true; // Everyone is allowed to exist 941 941 foreach ( (array) $caps as $cap ) {
Note: See TracChangeset
for help on using the changeset viewer.