From 61ba015b0f95223812d61e04f88194eabd05cc29 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 31 Aug 2018 10:51:24 +0000 Subject: [PATCH] Media: Ensure the "Edit more details" link in the attachment details modal always points to the correct editing URL. Fixes #44620 Built from https://develop.svn.wordpress.org/trunk@43601 git-svn-id: http://core.svn.wordpress.org/trunk@43430 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 fc44cc655a..c5f272cc1a 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -454,7 +454,7 @@ function wp_print_media_templates() {
<# if ( data.can.save ) { #> | - + <# } #> <# if ( ! data.uploading && data.can.remove ) { #> | diff --git a/wp-includes/version.php b/wp-includes/version.php index ed20bf4a7e..329cdd9602 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43599'; +$wp_version = '5.0-alpha-43601'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.