From 2e8c881ff4e83a94edebb7152ae763924c648afb Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 22 Jan 2018 04:53:43 +0000 Subject: [PATCH] Widgets: Allow relative/partial URLs in Image Widget's link field. Props audrasjb. Amends [41252]. See #41274. Fixes #42740 for 4.9 branch. Built from https://develop.svn.wordpress.org/branches/4.9@42534 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42363 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-media-image.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 3870921aaf..cbc6db3324 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.3-alpha-42532'; +$wp_version = '4.9.3-alpha-42534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-media-image.php b/wp-includes/widgets/class-wp-widget-media-image.php index 4ebc42d66e..6307f6a8bf 100644 --- a/wp-includes/widgets/class-wp-widget-media-image.php +++ b/wp-includes/widgets/class-wp-widget-media-image.php @@ -320,7 +320,7 @@ class WP_Widget_Media_Image extends WP_Widget_Media { <# if ( data.url ) { #> <# } #>