Skip to:
Content

BuddyPress.org

Changeset 8798


Ignore:
Timestamp:
08/12/2014 01:49:19 AM (11 years ago)
Author:
johnjamesjacoby
Message:

phpdoc block improvements to bp-xprofile-functions.php.

File:
1 edited

Legend:

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

    r8797 r8798  
    347347 * @param int|$user_id The ID of the user
    348348 * @param mixed The value for the field you want to set for the user.
    349  * @global BuddyPress $bp The one true BuddyPress instance
    350349 * @uses xprofile_get_field_id_from_name() Gets the ID for the field based on the name.
    351350 * @return bool True on success, false on failure.
     
    875874 * @param string $meta_key Metadata key.
    876875 * @param mixed $meta_value Metadata value.
    877  * @param bool $unique. Optional. Whether to enforce a single metadata value
     876 * @param bool $unique Optional. Whether to enforce a single metadata value
    878877 *        for the given key. If true, and the object already has a value for
    879878 *        the key, no change will be made. Default: false.
Note: See TracChangeset for help on using the changeset viewer.