Make WordPress Core

Changeset 45153


Ignore:
Timestamp:
04/09/2019 03:58:09 AM (6 years ago)
Author:
pento
Message:

Media: Remove an extra verb context missed in [45147].

Props garrett-eclipse.
See #44675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r45147 r45153  
    594594                        <button type="button" class="button-link untrash-attachment"><?php _e( 'Restore from Trash' ); ?></button>
    595595                    <# } else { #>
    596                         <button type="button" class="button-link trash-attachment"><?php _ex( 'Move to Trash', 'verb' ); ?></button>
     596                        <button type="button" class="button-link trash-attachment"><?php _e( 'Move to Trash' ); ?></button>
    597597                    <# } #>
    598598                    <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.