Skip to:
Content

BuddyPress.org

Changeset 10014


Ignore:
Timestamp:
07/15/2015 06:41:21 PM (9 years ago)
Author:
boonebgorges
Message:

Use array hash notation for bp_has_profile() docblock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-template.php

    r10013 r10014  
    313313 *
    314314 * @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 * }
    316328 *
    317329 * @return bool
Note: See TracChangeset for help on using the changeset viewer.