Make WordPress Core


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

Create a new Backbone view, media.view.Label, which can be used as a subview in things like toolbars, which need screen reader text.

Make an initial instance of it for the label for Bulk Actions in Media Grid.

See #29026.

File:
1 edited

Legend:

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

    r29432 r29434  
    29382938        'warnBulkDelete'         => __( "You are about to permanently delete these items.\n  'Cancel' to stop, 'OK' to delete." ),
    29392939        'bulkActions'            => __( 'Bulk Actions' ),
     2940        'bulkActionsLabel'       => __( 'Select bulk action' ),
    29402941        'deletePermanently'      => __( 'Delete Permanently' ),
    29412942        'apply'                  => __( 'Apply' ),
Note: See TracChangeset for help on using the changeset viewer.