mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Press This: add ARIA attributes to the alerts
container.
Props afercia. Fixes #31942. Built from https://develop.svn.wordpress.org/trunk@32102 git-svn-id: http://core.svn.wordpress.org/trunk@32081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d99c2b41ca
commit
0d4b29ffb9
@ -1322,7 +1322,7 @@ class WP_Press_This {
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="editor-wrapper">
|
||||
<div class="alerts">
|
||||
<div class="alerts" role="alert" aria-live="assertive" aria-relevant="all" aria-atomic="true">
|
||||
<p class="alert is-notice is-hidden should-upgrade-bookmarklet">
|
||||
<?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php' ) ); ?>
|
||||
</p>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta4-32101';
|
||||
$wp_version = '4.2-beta4-32102';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user