mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
Media: Ensure the "Edit more details" link in the attachment details modal always points to the correct editing URL.
Fixes #44620 Merges [43601] to the 4.9 branch. git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43602 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
216ff77268
commit
d432dbf776
@ -428,7 +428,7 @@ function wp_print_media_templates() {
|
||||
<div class="actions">
|
||||
<a class="view-attachment" href="{{ data.link }}"><?php _e( 'View attachment page' ); ?></a>
|
||||
<# if ( data.can.save ) { #> |
|
||||
<a href="post.php?post={{ data.id }}&action=edit"><?php _e( 'Edit more details' ); ?></a>
|
||||
<a href="{{ data.editLink }}"><?php _e( 'Edit more details' ); ?></a>
|
||||
<# } #>
|
||||
<# if ( ! data.uploading && data.can.remove ) { #> |
|
||||
<?php if ( MEDIA_TRASH ): ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user