From debd0092cb8d53b8edb46e0dd4d10573db53a0eb Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 11 Mar 2015 16:55:22 +0000 Subject: [PATCH] Gravatars: Remove redundant 1x srcset. props miqrogroove. see #22329. git-svn-id: https://develop.svn.wordpress.org/trunk@31722 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index bb4a66e607..fc13ace6c8 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -2237,7 +2237,7 @@ function get_avatar( $id_or_email, $size = 96, $default = '', $alt = '', $args = "%s", esc_attr( $args['alt'] ), esc_url( $url ), - esc_attr( "$url 1x, $url2x 2x" ), + esc_attr( "$url2x 2x" ), esc_attr( join( ' ', $class ) ), (int) $args['height'], (int) $args['width'],