Skip to:
Content

BuddyPress.org

Changeset 6469


Ignore:
Timestamp:
10/26/2012 05:16:47 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Remove accidental urlencode() test code until it can be further tested.

File:
1 edited

Legend:

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

    r6468 r6469  
    381381    // No avatar was found, and we've been told not to use a gravatar.
    382382    } else {
    383         $gravatar = urlencode( apply_filters( "bp_core_default_avatar_$object", BP_PLUGIN_URL . 'bp-core/images/mystery-man.jpg', $params ) );
     383        $gravatar = apply_filters( "bp_core_default_avatar_$object", BP_PLUGIN_URL . 'bp-core/images/mystery-man.jpg', $params );
    384384    }
    385385
Note: See TracChangeset for help on using the changeset viewer.