From 881fb26648fae72f7dcf82268096ceb0142b2b3d Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 17 Dec 2020 13:02:05 +0000 Subject: [PATCH] Media: Fix the template for the "Align" and "Link To" fields in the media modal when inserting an image from URL. Props noisysocks, mukesh27. Merges [49804] to the 5.6 branch. Fixes #52065. Built from https://develop.svn.wordpress.org/branches/5.6@49820 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49539 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 84952584ab..2b887c475a 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1020,7 +1020,7 @@ function wp_print_media_templates() { ?> - diff --git a/wp-includes/version.php b/wp-includes/version.php index da8455dba2..f0c1faba14 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6.1-alpha-49819'; +$wp_version = '5.6.1-alpha-49820'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.