Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-includes/capabilities.php

    r21060 r21153  
    11311131        if ( defined( 'DISALLOW_UNFILTERED_HTML' ) && DISALLOW_UNFILTERED_HTML )
    11321132            $caps[] = 'do_not_allow';
     1133        elseif ( is_multisite() && ! is_super_admin( $user_id ) )
     1134            $caps[] = $cap;
    11331135        else
    11341136            $caps[] = $cap;
Note: See TracChangeset for help on using the changeset viewer.