Changeset 21153 for branches/3.4/wp-includes/capabilities.php
- Timestamp:
- 06/27/2012 07:29:16 PM (14 years ago)
- File:
-
- 1 edited
-
branches/3.4/wp-includes/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/capabilities.php
r21060 r21153 1131 1131 if ( defined( 'DISALLOW_UNFILTERED_HTML' ) && DISALLOW_UNFILTERED_HTML ) 1132 1132 $caps[] = 'do_not_allow'; 1133 elseif ( is_multisite() && ! is_super_admin( $user_id ) ) 1134 $caps[] = $cap; 1133 1135 else 1134 1136 $caps[] = $cap;
Note: See TracChangeset
for help on using the changeset viewer.