From 2eb9362782fbdae2ee47c72473983939c4809b63 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 31 Aug 2018 10:51:00 +0000 Subject: [PATCH] Media: Ensure the "Edit more details" link in the attachment details modal always points to the correct editing URL. Fixes #44620 git-svn-id: https://develop.svn.wordpress.org/trunk@43601 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/media-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index fc44cc655a..c5f272cc1a 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -454,7 +454,7 @@ function wp_print_media_templates() {
<# if ( data.can.save ) { #> | - + <# } #> <# if ( ! data.uploading && data.can.remove ) { #> |