- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10417 r10434 11 11 defined( 'ABSPATH' ) || exit; 12 12 13 /** 14 * Class to help set up XProfile Groups. 15 */ 13 16 class BP_XProfile_Group { 14 17 … … 17 20 * 18 21 * @since 1.1.0 19 *20 22 * @var int ID of field group 21 23 */ … … 26 28 * 27 29 * @since 1.1.0 28 *29 30 * @var string Name of field group 30 31 */ … … 35 36 * 36 37 * @since 1.1.0 37 *38 38 * @var string Description of field group 39 39 */ … … 44 44 * 45 45 * @since 1.1.0 46 *47 46 * @var bool Can this group be deleted? 48 47 */ … … 53 52 * 54 53 * @since 1.1.0 55 *56 54 * @var int Group order relative to other groups 57 55 */ … … 62 60 * 63 61 * @since 1.1.0 64 *65 62 * @var array Fields of group 66 63 */ … … 180 177 * @since 1.1.0 181 178 * 182 * @global object $wpdb 179 * @global object $wpdb 180 * 183 181 * @return boolean 184 182 */ … … 235 233 * Populates the BP_XProfile_Group object with profile field groups, fields, 236 234 * and field data 237 *238 * @package BuddyPress XProfile239 235 * 240 236 * @global object $wpdb WordPress DB access object. … … 501 497 * 502 498 * @param array $group_ids Array of IDs. 503 *504 499 * @return array 505 500 */ … … 592 587 * 593 588 * @global $wpdb $wpdb 589 * 594 590 * @param int $field_group_id ID of the group the field belongs to. 595 591 * @param int $position Field group position. 596 *597 592 * @return boolean 598 593 */ … … 619 614 * @param int $user_id The profile owner's user_id. 620 615 * @param array $fields The database results returned by the get() query. 621 *622 616 * @return array $fields The database results, with field_visibility added 623 617 */
Note: See TracChangeset
for help on using the changeset viewer.