Changeset 8798
- Timestamp:
- 08/12/2014 01:49:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r8797 r8798 347 347 * @param int|$user_id The ID of the user 348 348 * @param mixed The value for the field you want to set for the user. 349 * @global BuddyPress $bp The one true BuddyPress instance350 349 * @uses xprofile_get_field_id_from_name() Gets the ID for the field based on the name. 351 350 * @return bool True on success, false on failure. … … 875 874 * @param string $meta_key Metadata key. 876 875 * @param mixed $meta_value Metadata value. 877 * @param bool $unique .Optional. Whether to enforce a single metadata value876 * @param bool $unique Optional. Whether to enforce a single metadata value 878 877 * for the given key. If true, and the object already has a value for 879 878 * the key, no change will be made. Default: false.
Note: See TracChangeset
for help on using the changeset viewer.