Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r15165 r14782  
    997997            $caps[] = 'do_not_allow';
    998998        break;
    999     case 'edit_files':
    1000999    case 'edit_plugins':
    10011000    case 'edit_themes':
     
    10711070 * Whether current user has a capability or role for a given blog.
    10721071 *
    1073  * @since 3.0.0
     1072 * @since 2.0.0
    10741073 *
    10751074 * @param int $blog_id Blog ID
Note: See TracChangeset for help on using the changeset viewer.