Changeset 10140 for trunk/src/bp-xprofile/bp-xprofile-caps.php
- Timestamp:
- 09/25/2015 12:18:18 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-caps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-caps.php
r9819 r10140 1 1 <?php 2 3 2 /** 4 * Roles and capabilities logic for the XProfile component 3 * Roles and capabilities logic for the XProfile component. 5 4 * 6 5 * @package BuddyPress 7 * @since BuddyPress (1.6.0) 6 * @subpackage XPRofileCaps 7 * @since 1.6.0 8 8 */ 9 9 10 // Exit if accessed directly 10 // Exit if accessed directly. 11 11 defined( 'ABSPATH' ) || exit; 12 12 … … 14 14 * Maps XProfile caps to built in WordPress caps 15 15 * 16 * @since BuddyPress (1.6.0)16 * @since 1.6.0 17 17 * 18 18 * @param array $caps Capabilities for meta capability … … 59 59 * Filters the XProfile caps to built in WordPress caps. 60 60 * 61 * @since BuddyPress (1.6.0)61 * @since 1.6.0 62 62 * 63 63 * @param array $caps Capabilities for meta capability.
Note: See TracChangeset
for help on using the changeset viewer.