Changeset 8243 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 04/06/2014 04:20:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r8160 r8243 1034 1034 1035 1035 $retval = false; 1036 if ( bp_core_fetch_avatar( array( 'item_id' => $user_id, 'no_grav' => true, 'html' => false ) ) != bp_core_avatar_default( ) )1036 if ( bp_core_fetch_avatar( array( 'item_id' => $user_id, 'no_grav' => true, 'html' => false ) ) != bp_core_avatar_default( 'local' ) ) 1037 1037 $retval = true; 1038 1038
Note: See TracChangeset
for help on using the changeset viewer.