mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Media: Remove an extra verb context missed in [45147].
Props garrett-eclipse. See #44675. git-svn-id: https://develop.svn.wordpress.org/trunk@45153 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -593,7 +593,7 @@ function wp_print_media_templates() {
|
||||
<# if ( 'trash' === data.status ) { #>
|
||||
<button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from Trash' ); ?></button>
|
||||
<# } else { #>
|
||||
<button type="button" class="button-link trash-attachment"><?php _ex( 'Move to Trash', 'verb' ); ?></button>
|
||||
<button type="button" class="button-link trash-attachment"><?php _e( 'Move to Trash' ); ?></button>
|
||||
<# } #>
|
||||
<?php else : ?>
|
||||
<button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>
|
||||
|
||||
Reference in New Issue
Block a user