diff --git src/wp-includes/media-template.php src/wp-includes/media-template.php
index 0dbba580f4..365dd3a395 100644
|
|
function wp_print_media_templates() { |
454 | 454 | <div class="actions"> |
455 | 455 | <a class="view-attachment" href="{{ data.link }}"><?php _e( 'View attachment page' ); ?></a> |
456 | 456 | <# if ( data.can.save ) { #> | |
457 | | <a href="post.php?post={{ data.id }}&action=edit"><?php _e( 'Edit more details' ); ?></a> |
| 457 | <a href="{{ data.editLink }}"><?php _e( 'Edit more details' ); ?></a> |
458 | 458 | <# } #> |
459 | 459 | <# if ( ! data.uploading && data.can.remove ) { #> | |
460 | 460 | <?php if ( MEDIA_TRASH ) : ?> |