Accessibility: Taxonomy: When a new category or tag is being added, show a spinner and noop the button to avoid multiple requests.

Props andg, afercia, guddu1315, SergeyBiryukov.
Fixes #47607.
Built from https://develop.svn.wordpress.org/trunk@45683


git-svn-id: http://core.svn.wordpress.org/trunk@45494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-07-26 17:46:56 +00:00
parent 5cdbe22b16
commit f933abef11
8 changed files with 33 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45682';
$wp_version = '5.3-alpha-45683';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.