Changeset 10014
- Timestamp:
- 07/15/2015 06:41:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r10013 r10014 313 313 * 314 314 * @global object $profile_template 315 * @param array $args 315 * @see BP_XProfile_Group::get() for full description of `$args` array. 316 * 317 * @param array $args { 318 * Array of arguments. See BP_XProfile_Group::get() for full description. Those arguments whose defaults differ 319 * from that method are described here: 320 * @type bool $hide_empty_groups Default: true. 321 * @type bool $hide_empty_fields Defaults to true on the Dashboard, on a user's Edit Profile page, 322 * or during registration. Otherwise false. 323 * @type bool $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is 324 * viewing her own profile, or during registration. Otherwise false. 325 * @type bool $fetch_fields Default: true. 326 * @type bool $fetch_field_data Default: true. 327 * } 316 328 * 317 329 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.