Skip to:
Content

BuddyPress.org

Ticket #7708: 7708.patch

File 7708.patch, 1.9 KB (added by antonioeatgoat, 8 years ago)
  • src/bp-xprofile/bp-xprofile-template.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    2121 * @param array|string $args {
    2222 *     Array of arguments. See BP_XProfile_Group::get() for full description. Those arguments whose defaults differ
    2323 *     from that method are described here:
     24 *     @type int          $user_id                Default: ID of the displayed user.
    2425 *     @type string|array $member_type            Default: 'any'.
     26 *     @type int|bool     $profile_group_id       Default: false.
    2527 *     @type bool         $hide_empty_groups      Default: true.
    2628 *     @type bool         $hide_empty_fields      Defaults to true on the Dashboard, on a user's Edit Profile page,
    2729 *                                                or during registration. Otherwise false.
    28  *     @type bool         $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is
    29  *                                                viewing her own profile, or during registration. Otherwise false.
    3030 *     @type bool         $fetch_fields           Default: true.
    3131 *     @type bool         $fetch_field_data       Default: true.
     32 *     @type bool         $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is
     33 *                                                viewing her own profile, or during registration. Otherwise false.
     34 *     @type int|bool     $exclude_groups         Default: false.
     35 *     @type int|bool     $exclude_fields         Default: false
     36 *     @type bool         $update_meta_cache      Default: true.
    3237 * }
    3338 *
    3439 * @return bool