mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Accessibility: Media: Improve the text of the Media Modal actions toggle button displayed in the responsive view.
See #47149. git-svn-id: https://develop.svn.wordpress.org/trunk@46489 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -180,7 +180,7 @@ function wp_print_media_templates() {
|
||||
<div class="media-frame-title" id="media-frame-title"></div>
|
||||
<h2 class="media-frame-menu-heading"><?php _ex( 'Actions', 'media modal menu actions' ); ?></h2>
|
||||
<button type="button" class="button button-link media-frame-menu-toggle" aria-expanded="false">
|
||||
<?php _e( 'Media Types' ); ?>
|
||||
<?php _ex( 'Menu', 'media modal menu' ); ?>
|
||||
<span class="dashicons dashicons-arrow-down" aria-hidden="true"></span>
|
||||
</button>
|
||||
<div class="media-frame-menu"></div>
|
||||
|
||||
Reference in New Issue
Block a user