Make WordPress Core


Ignore:
Timestamp:
08/07/2014 05:19:14 AM (12 years ago)
Author:
wonderboymusic
Message:

Media Grid: add screen reader labels with more context to filters and bulk actions. Ditto for list view.

Props afercia.
Fixes #29026.

File:
1 edited

Legend:

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

    r29426 r29428  
    29292929        'warnBulkDelete'         => __( "You are about to permanently delete these items.\n  'Cancel' to stop, 'OK' to delete." ),
    29302930        'bulkActions'            => __( 'Bulk Actions' ),
     2931        'bulkActionsLabel'       => __( 'Select bulk action' ),
    29312932        'deletePermanently'      => __( 'Delete Permanently' ),
    29322933        'apply'                  => __( 'Apply' ),
     2934        'filterByDate'           => __( 'Filter by date' ),
     2935        'filterByType'           => __( 'Filter by type' ),
     2936        'searchMediaLabel'       => __( 'Search Media' ),
    29332937
    29342938        // Library Details
Note: See TracChangeset for help on using the changeset viewer.