Ticket #44675: 44675.5.diff
File 44675.5.diff, 792 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/media-template.php
593 593 <# if ( 'trash' === data.status ) { #> 594 594 <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from Trash' ); ?></button> 595 595 <# } else { #> 596 <button type="button" class="button-link trash-attachment"><?php _e x( 'Move to Trash', 'verb' ); ?></button>596 <button type="button" class="button-link trash-attachment"><?php _e( 'Move to Trash' ); ?></button> 597 597 <# } #> 598 598 <?php else : ?> 599 599 <button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>