Changeset 3465 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 11/21/2010 05:13:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r3427 r3465 192 192 193 193 // If we found a locally uploaded avatar 194 if ( $avatar_url) {194 if ( isset( $avatar_url ) ) { 195 195 196 196 // Return it wrapped in an <img> element
Note: See TracChangeset
for help on using the changeset viewer.