Make WordPress Core

Ticket #29739: media_trash_context.patch

File media_trash_context.patch, 894 bytes (added by pavelevap, 10 years ago)
  • src/wp-includes/media.php

     
    29322932                'noItemsFound'           => __( 'No items found.' ),
    29332933                'insertIntoPost'         => $hier ? __( 'Insert into page' ) : __( 'Insert into post' ),
    29342934                'unattached'             => __( 'Unattached' ),
    2935                 'trash'                  => __( 'Trash' ),
     2935                'trash'                  => _x( 'Trash', 'Media Library Grid Dropdown' ),
    29362936                'uploadedToThisPost'     => $hier ? __( 'Uploaded to this page' ) : __( 'Uploaded to this post' ),
    29372937                'warnDelete'             => __( "You are about to permanently delete this item.\n  'Cancel' to stop, 'OK' to delete." ),
    29382938                'warnBulkDelete'         => __( "You are about to permanently delete these items.\n  'Cancel' to stop, 'OK' to delete." ),