Press This: better screen reader text for the arrow part of the split button.

Props afercia. See #32757.

git-svn-id: https://develop.svn.wordpress.org/trunk@32944 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-06-25 19:23:54 +00:00
parent 4d28f9a7de
commit ae029a133e
1 changed files with 1 additions and 1 deletions

View File

@ -1460,7 +1460,7 @@ class WP_Press_This {
echo ( current_user_can( 'publish_posts' ) ) ? __( 'Publish' ) : __( 'Submit for Review' ); echo ( current_user_can( 'publish_posts' ) ) ? __( 'Publish' ) : __( 'Submit for Review' );
?></button><button type="button" class="split-button-toggle" aria-haspopup="true" aria-expanded="false"> ?></button><button type="button" class="split-button-toggle" aria-haspopup="true" aria-expanded="false">
<i class="dashicons dashicons-arrow-down-alt2"></i> <i class="dashicons dashicons-arrow-down-alt2"></i>
<span class="screen-reader-text"><?php _e('Toggle dropdown'); ?></span> <span class="screen-reader-text"><?php _e('More actions'); ?></span>
</button> </button>
</div> </div>
<ul class="split-button-body"> <ul class="split-button-body">