Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/21/2010 05:13:03 PM (14 years ago)
Author:
boonebgorges
Message:

Clears out some WP_DEBUG warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-avatars.php

    r3427 r3465  
    192192
    193193        // If we found a locally uploaded avatar
    194         if ( $avatar_url ) {
     194        if ( isset( $avatar_url ) ) {
    195195
    196196            // Return it wrapped in an <img> element
Note: See TracChangeset for help on using the changeset viewer.