Press This: better screen reader text for the arrow part of the split button.
Props afercia. See #32757. Built from https://develop.svn.wordpress.org/trunk@32944 git-svn-id: http://core.svn.wordpress.org/trunk@32915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
26855e651b
commit
7142248743
|
@ -1460,7 +1460,7 @@ class WP_Press_This {
|
|||
echo ( current_user_can( 'publish_posts' ) ) ? __( 'Publish' ) : __( 'Submit for Review' );
|
||||
?></button><button type="button" class="split-button-toggle" aria-haspopup="true" aria-expanded="false">
|
||||
<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>
|
||||
</div>
|
||||
<ul class="split-button-body">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32943';
|
||||
$wp_version = '4.3-alpha-32944';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue