diff --git src/wp-includes/media-template.php src/wp-includes/media-template.php
index 0312b177a7..e61fd77b3b 100644
|
|
|
function wp_print_media_templates() { |
| 604 | 604 | <# } #> |
| 605 | 605 | |
| 606 | 606 | <# if ( data.can.save && data.sizes ) { #> |
| 607 | | <a class="edit-attachment" href="{{ data.editLink }}&image-editor" target="_blank"><?php _e( 'Edit Image' ); ?></a> |
| | 607 | <a class="edit-attachment" href="{{ data.editLink }}&image-editor" target="_blank"><?php _e( 'Edit Image' ); ?><span class="screen-reader-text"> (<?php _e('Opens in a new window');?>)</span></a> |
| 608 | 608 | <# } #> |
| 609 | 609 | <# } #> |
| 610 | 610 | |