Changeset 5926 for trunk/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 03/16/2012 12:52:24 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-functions.php
r5821 r5926 192 192 * @param $user_id The ID of the user 193 193 * @param $value The value for the field you want to set for the user. 194 * @global object $bp Global BuddyPress settings object194 * @global BuddyPress $bp The one true BuddyPress instance 195 195 * @uses xprofile_get_field_id_from_name() Gets the ID for the field based on the name. 196 196 * @return true on success, false on failure. … … 329 329 * @param $user_id User ID of the user to get random data for 330 330 * @param $exclude_fullname whether or not to exclude the full name field as random data. 331 * @global object $bp Global BuddyPress settings object331 * @global BuddyPress $bp The one true BuddyPress instance 332 332 * @global $wpdb WordPress DB access object. 333 333 * @global $current_user WordPress global variable containing current logged in user information
Note: See TracChangeset
for help on using the changeset viewer.