Changeset 3225 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-capabilities.php
- Timestamp:
- 05/24/2016 04:49:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-capabilities.php
r3175 r3225 77 77 'plugin_dashboard_access' => true, 78 78 'plugin_edit_own' => true, 79 'plugin_set_ tags' => true,79 'plugin_set_category' => true, 80 80 'plugin_add_committer' => true, 81 81 'plugin_edit_others' => true, … … 93 93 'plugin_disable' => true, 94 94 'plugin_close' => true, 95 'plugin_set_ category' => true, // Special categories.95 'plugin_set_section' => true, // Special categories. 96 96 'manage_categories' => true, // Let them assign these special categories. 97 97 ) );
Note: See TracChangeset
for help on using the changeset viewer.