Changeset 15312
- Timestamp:
- 06/24/2010 02:50:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/capabilities.php
r15165 r15312 729 729 730 730 // Multisite super admin has all caps by definition, Unless specifically denied. 731 if ( is_multisite() && is_super_admin( ) ) {731 if ( is_multisite() && is_super_admin( $this->ID ) ) { 732 732 if ( in_array('do_not_allow', $caps) ) 733 733 return false;
Note: See TracChangeset
for help on using the changeset viewer.