diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index ba1fdf6340..79ac280f64 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1462,9 +1462,9 @@ function get_avatar( $id_or_email, $size = '96', $default = '', $alt = false ) { return false; if ( false === $alt) - $alt = __( 'Avatar' ); - - $safe_alt = attribute_escape( $alt ); + $safe_alt = ''; + else + $safe_alt = attribute_escape( $alt ); if ( !is_numeric($size) ) $size = '96';