Changeset 48352 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 07/06/2020 09:50:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r48232 r48352 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 : ?> 526 <button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>526 <button type="button" class="button-link delete-attachment"><?php _e( 'Delete permanently' ); ?></button> 527 527 <?php endif; ?> 528 528 <# } #> … … 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 : ?> 647 <button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>647 <button type="button" class="button-link delete-attachment"><?php _e( 'Delete permanently' ); ?></button> 648 648 <?php endif; ?> 649 649 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.