Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

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