Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/03/2016 06:14:41 AM (8 years ago)
Author:
tw2113
Message:

More cleanup and new phpdocs for functions or methods in the XProfile component.

See #6406.

File:
1 edited

Legend:

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

    r10417 r10434  
    2121 * @param int   $user_id   User ID to check.
    2222 * @param array $field_ids XProfile field IDs.
    23  *
    2423 * @return array
    2524 */
     
    5453 * @param array $object_ids Multi-dimensional array of object_ids, keyed by
    5554 *                          object type ('group', 'field', 'data').
    56  *
    5755 * @return bool
    5856 */
     
    290288 * @since 2.4.0
    291289 *
    292  * @param int|BP_XProfile_Field A field ID or a field object.
    293  * @param bool False on failure.
     290 * @param int|BP_XProfile_Field $field A field ID or a field object.
     291 * @return bool False on failure.
    294292 */
    295293function bp_xprofile_clear_field_cache( $field ) {
Note: See TracChangeset for help on using the changeset viewer.