mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Tests: Correct the @covers
tag syntax in a taxonomy_exists()
test with non-string taxonomy.
This addresses a notice when generating the code coverage report: {{{ "@covers :taxonomy_exists" is invalid }}} Follow-up to [53869]. See #56338, #55652. Built from https://develop.svn.wordpress.org/trunk@54052 git-svn-id: http://core.svn.wordpress.org/trunk@53611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6600b5b5f6
commit
af466c7620
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54051';
|
||||
$wp_version = '6.1-alpha-54052';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user