Changeset 6667 for trunk/src/includes/topics/capabilities.php
- Timestamp:
- 08/25/2017 06:17:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/capabilities.php
r6573 r6667 20 20 21 21 // Filter & return 22 return (array) apply_filters( 'bbp_get_topic_caps', array 22 return (array) apply_filters( 'bbp_get_topic_caps', array( 23 23 'edit_posts' => 'edit_topics', 24 24 'edit_others_posts' => 'edit_others_topics', … … 42 42 43 43 // Filter & return 44 return (array) apply_filters( 'bbp_get_topic_tag_caps', array 44 return (array) apply_filters( 'bbp_get_topic_tag_caps', array( 45 45 'manage_terms' => 'manage_topic_tags', 46 46 'edit_terms' => 'edit_topic_tags',
Note: See TracChangeset
for help on using the changeset viewer.