Ticket #5958: 5958.patch
| File 5958.patch, 560 bytes (added by , 12 years ago) |
|---|
-
src/bp-core/bp-core-avatars.php
diff --git src/bp-core/bp-core-avatars.php src/bp-core/bp-core-avatars.php index 7992132..320e6e5 100644
function bp_core_fetch_avatar( $args = '' ) { 418 418 // If no avatars could be found, try to display a gravatar 419 419 420 420 // Skips gravatar check if $no_grav is passed 421 if ( ! apply_filters( 'bp_core_fetch_avatar_no_grav', $no_grav ) ) {421 if ( ! apply_filters( 'bp_core_fetch_avatar_no_grav', $no_grav, $object ) ) { 422 422 423 423 // Set gravatar size 424 424 if ( false !== $width ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)