Changeset 8022 for trunk/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 03/03/2014 01:48:45 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r7965 r8022 1157 1157 $cached = wp_cache_get( $this->field_id, 'bp_xprofile_data_' . $this->user_id ); 1158 1158 1159 if ( $cached ) {1159 if ( $cached && ! empty( $cached->id ) ) { 1160 1160 $retval = true; 1161 1161 } else {
Note: See TracChangeset
for help on using the changeset viewer.