Changeset 15746 for trunk/wp-includes/capabilities.php
- Timestamp:
- 10/07/2010 07:34:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r15640 r15746 738 738 // Must have ALL requested caps 739 739 $capabilities = apply_filters( 'user_has_cap', $this->allcaps, $caps, $args ); 740 $capabilities['exist'] = true; // Everyone is allowed to exist 740 741 foreach ( (array) $caps as $cap ) { 741 742 //echo "Checking cap $cap<br />";
Note: See TracChangeset
for help on using the changeset viewer.