Changeset 4330 for trunk/includes/replies/capabilities.php
- Timestamp:
- 11/04/2012 02:11:16 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/replies/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/capabilities.php
r4249 r4330 26 26 'delete_posts' => 'delete_replies', 27 27 'delete_others_posts' => 'delete_others_replies' 28 ) );29 }30 31 /**32 * Get the reply post-type capabilities33 *34 * @since bbPress (r4163)35 *36 * @return array of replies capabilities37 */38 function bbp_get_replies_capabilities() {39 return apply_filters( 'bbp_get_replies_capabilities', array(40 'publish_replies',41 'edit_replies',42 'edit_others_replies',43 'delete_replies',44 'delete_others_replies',45 'read_private_replies'46 28 ) ); 47 29 }
Note: See TracChangeset
for help on using the changeset viewer.