Make WordPress Core


Ignore:
Timestamp:
04/08/2019 11:53:02 PM (5 years ago)
Author:
pento
Message:

Media: Update the media bulk action labels for consistency.

Props ianbelanger, garrett-eclipse, afercia, Presskopp.
Fixes #44675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r44759 r45147  
    400400    if ( current_user_can( 'delete_post', $post->ID ) ) {
    401401        if ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {
    402             echo "<a class='submitdelete deletion' href='" . get_delete_post_link( $post->ID ) . "'>" . _x( 'Trash', 'verb' ) . '</a>';
     402            echo "<a class='submitdelete deletion' href='" . get_delete_post_link( $post->ID ) . "'>" . __( 'Move to Trash' ) . '</a>';
    403403        } else {
    404404            $delete_ays = ! MEDIA_TRASH ? " onclick='return showNotice.warn();'" : '';
Note: See TracChangeset for help on using the changeset viewer.