From 047949afabc217f7c7329e2c1c1c539fea7a8c45 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 11 Oct 2018 08:14:23 +0000 Subject: [PATCH] Media: Ensure the "Edit more details" link in the attachment details modal always points to the correct editing URL. Merges [43601] to the 5.0 branch. Fixes #44620. Built from https://develop.svn.wordpress.org/branches/5.0@43718 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43547 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 ccd02d6d06..c45f3f00a7 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -428,7 +428,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 a795f4386c..72cd552683 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43717'; +$wp_version = '5.0-alpha-43718'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.