From 0b3170fc7db9414c0a73ae5095abcc63e19f7f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Wed, 11 Mar 2015 16:56:27 +0000 Subject: [PATCH] Gravatars: Remove redundant 1x srcset. props miqrogroove. see #22329. Built from https://develop.svn.wordpress.org/trunk@31722 git-svn-id: http://core.svn.wordpress.org/trunk@31703 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index bb4a66e607..fc13ace6c8 100644 --- a/wp-includes/pluggable.php +++ b/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'], diff --git a/wp-includes/version.php b/wp-includes/version.php index becbad1037..4c1ed8d15b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31721'; +$wp_version = '4.2-alpha-31722'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.