Tests: Use a data provider in the test for conditional tags returning early if `$wp_query` is not set.
Follow-up to [53395], [53396]. Props peterwilsoncc. See #55104. Built from https://develop.svn.wordpress.org/trunk@53400 git-svn-id: http://core.svn.wordpress.org/trunk@52989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e3def96108
commit
aeb3b7530a
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53399';
|
||||
$wp_version = '6.1-alpha-53400';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue