Responsive images: do not attempt to create srcset when the image meta is missing or corrupted.

Props overclokk, jaspermdegroot, joemcgill.
Fixes #35480.
Built from https://develop.svn.wordpress.org/trunk@37002


git-svn-id: http://core.svn.wordpress.org/trunk@36969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2016-03-16 02:18:25 +00:00
parent 571cf91329
commit effedfdff4
2 changed files with 7 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-37001';
$wp_version = '4.5-beta3-37002';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.