Changeset 45147 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 04/08/2019 11:53:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r45038 r45147 481 481 <?php if ( MEDIA_TRASH ) : ?> 482 482 <# if ( 'trash' === data.status ) { #> 483 <button type="button" class="button-link untrash-attachment"><?php _e( ' Untrash' ); ?></button>483 <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from Trash' ); ?></button> 484 484 <# } else { #> 485 <button type="button" class="button-link trash-attachment"><?php _e x( 'Trash', 'verb' ); ?></button>485 <button type="button" class="button-link trash-attachment"><?php _e( 'Move to Trash' ); ?></button> 486 486 <# } #> 487 487 <?php else : ?> … … 592 592 <?php if ( MEDIA_TRASH ) : ?> 593 593 <# if ( 'trash' === data.status ) { #> 594 <button type="button" class="button-link untrash-attachment"><?php _e( ' Untrash' ); ?></button>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 _ex( ' Trash', 'verb' ); ?></button>596 <button type="button" class="button-link trash-attachment"><?php _ex( 'Move to Trash', 'verb' ); ?></button> 597 597 <# } #> 598 598 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.