Media Grid: change text to "Close Media Panel" to provide context for screen readers.

Props joedolson.
Fixes #28976.


git-svn-id: https://develop.svn.wordpress.org/trunk@29295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-07-25 00:25:16 +00:00
parent ced3f94927
commit 276496aa29
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ function wp_print_media_templates() {
<script type="text/html" id="tmpl-media-modal">
<div class="<?php echo $class; ?>">
<a class="media-modal-close" href="#" title="<?php esc_attr_e('Close'); ?>"><span class="media-modal-icon"></span></a>
<a class="media-modal-close" href="#"><span class="media-modal-icon"><span class="screen-reader-text"><?php _e( 'Close media panel' ); ?></span></span></a>
<div class="media-modal-content"></div>
</div>
<div class="media-modal-backdrop"></div>