Make WordPress Core


Ignore:
Timestamp:
10/07/2010 07:34:18 PM (13 years ago)
Author:
ryan
Message:

First pass of user admin. Network admin and screen cleanups. see #14696

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/capabilities.php

    r15640 r15746  
    738738        // Must have ALL requested caps
    739739        $capabilities = apply_filters( 'user_has_cap', $this->allcaps, $caps, $args );
     740        $capabilities['exist'] = true; // Everyone is allowed to exist
    740741        foreach ( (array) $caps as $cap ) {
    741742            //echo "Checking cap $cap<br />";
Note: See TracChangeset for help on using the changeset viewer.