Administration: Audible messages on AJAX error cases.

Issues appropriate audible messages via `wp.a11y.speak()` when `ajax-response.js` generates an error via `wp_die()`.

Props afercia, alexstine.
Fixes #54483.
Built from https://develop.svn.wordpress.org/trunk@53709


git-svn-id: http://core.svn.wordpress.org/trunk@53268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson
2022-07-16 01:08:10 +00:00
parent 9f851abc3f
commit a65abecc15
3 changed files with 16 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53708';
$wp_version = '6.1-alpha-53709';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.