Responsive images: do not generate srcset for GIFs that are inserted at full size. Prevents breaking animated GIFs.

Props joemcgill.
Fixes #34528.
Built from https://develop.svn.wordpress.org/trunk@35524


git-svn-id: http://core.svn.wordpress.org/trunk@35488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-11-04 21:44:25 +00:00
parent 3c0ed4295e
commit 09c16cb4ac
2 changed files with 8 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35523';
$wp_version = '4.4-beta2-35524';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.