Make WordPress Core


Ignore:
Timestamp:
08/02/2014 08:46:36 PM (11 years ago)
Author:
ocean90
Message:

Media Modal: Restore uploader view, when no items are found.

see #28963.

File:
1 edited

Legend:

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

    r29320 r29364  
    162162        <# var messageClass = data.message ? 'has-upload-message' : 'no-upload-message'; #>
    163163        <# if ( data.canClose ) { #>
    164         <button class="close dashicons dashicons-no"><span class="screen-reader-text">Close overlay</span></button>
     164        <button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close uploader' ); ?></span></button>
    165165        <# } #>
    166166        <div class="uploader-inline-content {{ messageClass }}">
Note: See TracChangeset for help on using the changeset viewer.