Ticket #5386: bpcaps-patch.diff
File bpcaps-patch.diff, 517 bytes (added by , 11 years ago) |
---|
-
bp-core/bp-core-caps.php
73 73 * 74 74 * @see WP_User::has_cap() for description of the arguments passed to the 75 75 * 'map_meta_cap' filter. 76 * @uses get_post() To get the post.77 * @uses get_post_type_object() To get the post type object.78 76 * @uses apply_filters() Calls 'bp_map_meta_caps' with caps, cap, user ID and 79 77 * args. 80 78 *