Media: Correct the image thumbnail logic in media templates.

This ensures the correct data properties are checked before displaying image thumbnails.

Props chetan200891

Fixes #49655

Built from https://develop.svn.wordpress.org/trunk@49012


git-svn-id: http://core.svn.wordpress.org/trunk@48774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2020-09-20 13:15:04 +00:00
parent 123806ff28
commit ecfff6fe80
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49011';
$wp_version = '5.6-alpha-49012';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.