Tests: Fix invalid @covers annotations for Interactivity API
Follow-up [57563], #60356. Fixes #60757. Props jonsurrell, cbravobernal, swissspidy. Built from https://develop.svn.wordpress.org/trunk@57836 git-svn-id: http://core.svn.wordpress.org/trunk@57337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
78ea9f4ee6
commit
65099c4373
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-57835';
|
||||
$wp_version = '6.6-alpha-57836';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue