Make WordPress Core


Ignore:
Timestamp:
08/14/2014 07:07:06 PM (11 years ago)
Author:
wonderboymusic
Message:

Media Grid, support MEDIA_TRASH: add AYS to bulk actions.

See #29145.

File:
1 edited

Legend:

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

    r29490 r29492  
    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." ),
     2939        'warnBulkTrash'          => __( "You are about to trash these items.\n  'Cancel' to stop, 'OK' to delete." ),
    29392940        'bulkSelect'             => __( 'Bulk Select' ),
    29402941        'cancelSelection'        => __( 'Cancel Selection' ),
Note: See TracChangeset for help on using the changeset viewer.