Changeset 48594 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 07/24/2020 12:19:37 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r48352 r48594 519 519 <?php if ( MEDIA_TRASH ) : ?> 520 520 <# if ( 'trash' === data.status ) { #> 521 <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from trash' ); ?></button>521 <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from Trash' ); ?></button> 522 522 <# } else { #> 523 <button type="button" class="button-link trash-attachment"><?php _e( 'Move to trash' ); ?></button>523 <button type="button" class="button-link trash-attachment"><?php _e( 'Move to Trash' ); ?></button> 524 524 <# } #> 525 525 <?php else : ?> … … 640 640 <?php if ( MEDIA_TRASH ) : ?> 641 641 <# if ( 'trash' === data.status ) { #> 642 <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from trash' ); ?></button>642 <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from Trash' ); ?></button> 643 643 <# } else { #> 644 <button type="button" class="button-link trash-attachment"><?php _e( 'Move to trash' ); ?></button>644 <button type="button" class="button-link trash-attachment"><?php _e( 'Move to Trash' ); ?></button> 645 645 <# } #> 646 646 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.