diff --git a/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php b/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php
index 5b6810a..4110ee9 100644
a
|
b
|
function bp_core_avatar_handle_crop( $args = '' ) { |
476 | 476 | * @param string $alt Alternate text to use in image tag. Defaults to blank |
477 | 477 | * @return <type> |
478 | 478 | */ |
479 | | function bp_core_fetch_avatar_filter( $avatar, $user, $size, $default, $alt ) { |
| 479 | function bp_core_fetch_avatar_filter( $avatar, $user, $size, $default, $alt = '' ) { |
480 | 480 | global $pagenow; |
481 | 481 | |
482 | 482 | // Do not filter if inside WordPress options page |
… |
… |
function bp_core_avatar_url() { |
572 | 572 | return apply_filters( 'bp_core_avatar_url', $upload_dir['baseurl'] ); |
573 | 573 | } |
574 | 574 | |
575 | | ?> |
576 | | No newline at end of file |
| 575 | ?> |