Changeset 6571 for trunk/src/includes/topics/capabilities.php
- Timestamp:
- 06/16/2017 07:45:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/capabilities.php
r6438 r6571 63 63 * @uses get_post_type_object() To get the post type object 64 64 * @uses bbp_get_public_status_id() To get the public status id 65 * @uses bbp_is_user_forum_moderator() To check if the user is a forum moderator 66 * @uses bbp_get_topic_forum_id() To get the opic forum id 65 * @uses bbp_get_topic_forum_id() To get the topic forum id 67 66 * @uses apply_filters() Filter capability map results 68 67 * … … 225 224 226 225 case 'bbp_topics_admin' : 227 $caps = array( ' moderate' );226 $caps = array( 'edit_topics' ); 228 227 break; 229 228 }
Note: See TracChangeset
for help on using the changeset viewer.