Changeset 12536 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 01/25/2020 06:18:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r12507 r12536 194 194 195 195 // If avatars are disabled for the root site, obey that request and bail. 196 if ( ! $bp->avatar ->show_avatars ) {196 if ( ! $bp->avatar || ! $bp->avatar->show_avatars ) { 197 197 return; 198 198 }
Note: See TracChangeset
for help on using the changeset viewer.