Changeset 9284 for trunk/src/bp-xprofile/bp-xprofile-caps.php
- Timestamp:
- 12/28/2014 07:02:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-caps.php
r6342 r9284 14 14 * Maps XProfile caps to built in WordPress caps 15 15 * 16 * @since BuddyPress (1.6 )16 * @since BuddyPress (1.6.0) 17 17 * 18 18 * @param array $caps Capabilities for meta capability … … 56 56 } 57 57 58 /** 59 * Filters the XProfile caps to built in WordPress caps. 60 * 61 * @since BuddyPress (1.6.0) 62 * 63 * @param array $caps Capabilities for meta capability. 64 * @param string $cap Capability name. 65 * @param int $user_id User ID being mapped. 66 * @param mixed $args Capability arguments. 67 */ 58 68 return apply_filters( 'bp_xprofile_map_meta_caps', $caps, $cap, $user_id, $args ); 59 69 }
Note: See TracChangeset
for help on using the changeset viewer.