Changeset 10434 for trunk/src/bp-xprofile/bp-xprofile-cache.php
- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-cache.php
r10417 r10434 21 21 * @param int $user_id User ID to check. 22 22 * @param array $field_ids XProfile field IDs. 23 *24 23 * @return array 25 24 */ … … 54 53 * @param array $object_ids Multi-dimensional array of object_ids, keyed by 55 54 * object type ('group', 'field', 'data'). 56 *57 55 * @return bool 58 56 */ … … 290 288 * @since 2.4.0 291 289 * 292 * @param int|BP_XProfile_Field A field ID or a field object.293 * @ parambool False on failure.290 * @param int|BP_XProfile_Field $field A field ID or a field object. 291 * @return bool False on failure. 294 292 */ 295 293 function bp_xprofile_clear_field_cache( $field ) {
Note: See TracChangeset
for help on using the changeset viewer.