Changeset 6573 for trunk/src/includes/replies/capabilities.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/capabilities.php
r6571 r6573 15 15 * @since 2.0.0 bbPress (r2593) 16 16 * 17 * @uses apply_filters() Calls 'bbp_get_reply_caps' with the capabilities18 17 * @return array Reply capabilities 19 18 */ … … 40 39 * @param int $user_id User id 41 40 * @param array $args Arguments 42 * @uses get_post() To get the post43 * @uses get_post_type_object() To get the post type object44 * @uses bbp_get_public_status_id() To get the public status id45 * @uses bbp_get_reply_forum_id() To get the reply forum id46 * @uses apply_filters() Filter mapped results47 41 * 48 42 * @return array Actual capabilities for meta capability
Note: See TracChangeset
for help on using the changeset viewer.