Changeset 10140 for trunk/src/bp-xprofile/bp-xprofile-settings.php
- Timestamp:
- 09/25/2015 12:18:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-settings.php
r9819 r10140 1 1 <?php 2 /** 3 * BuddyPress XProfile Settings. 4 * 5 * @package BuddyPress 6 * @subpackage XProfileSettings 7 */ 8 9 // Exit if accessed directly. 10 defined( 'ABSPATH' ) || exit; 2 11 3 12 /** 4 13 * Query all profile fields and their visibility data for display in settings 5 14 * 6 * @since BuddyPress (2.0.0)15 * @since 2.0.0 7 16 * 8 17 * @param array $args 9 *10 18 * 11 19 * @return array … … 32 40 * Adds feedback messages when successfully saving profile field settings 33 41 * 34 * @since BuddyPress (2.0.0)42 * @since 2.0.0 35 43 * 36 44 * @uses bp_core_add_message()
Note: See TracChangeset
for help on using the changeset viewer.