Making WordPress.org


Ignore:
Timestamp:
05/24/2016 04:49:07 AM (10 years ago)
Author:
dd32
Message:

Plugin Directory: Rename Tags to Categories and add the extra taxonomies we plan on using.

See #1573

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-capabilities.php

    r3175 r3225  
    7777            'plugin_dashboard_access' => true,
    7878            'plugin_edit_own' => true,
    79             'plugin_set_tags' => true,
     79            'plugin_set_category' => true,
    8080            'plugin_add_committer' => true,
    8181            'plugin_edit_others' => true,
     
    9393            'plugin_disable' => true,
    9494            'plugin_close' => true,
    95             'plugin_set_category' => true, // Special categories.
     95            'plugin_set_section' => true, // Special categories.
    9696            'manage_categories' => true, // Let them assign these special categories.
    9797        ) );
Note: See TracChangeset for help on using the changeset viewer.