Administration: Add unit test for term supplementary notice.

Adds a new test assertion to handle the supplemental data array passed in `ajax-response.js`. 

Follow up to [53123].

Props SergeyBiryukov, peterwilsoncc.
Fixes #55078.
Built from https://develop.svn.wordpress.org/trunk@53159


git-svn-id: http://core.svn.wordpress.org/trunk@52748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
joedolson 2022-04-12 16:01:08 +00:00
parent bb723f9920
commit 4dd4aec2d1
1 changed files with 1 additions and 1 deletions

View File

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