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:
Andrew Ozz 2015-04-09 23:45:27 +00:00
parent d99c2b41ca
commit 0d4b29ffb9
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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.