Tests: Correct data providers for `get_term_link()` and `get_edit_term_link()` tests.
* The tests use named data providers which include a flag for passing either a term ID or term object to the test, but the values for the flag were the opposite of what the array key says. * Some array keys were duplicated, which means the earlier test case with the same name did not actually run. Follow-up to [52180], [52255], [52258], [52305]. See #55652. Built from https://develop.svn.wordpress.org/trunk@53833 git-svn-id: http://core.svn.wordpress.org/trunk@53392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
215a5fd1b7
commit
e2024bd466
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53832';
|
||||
$wp_version = '6.1-alpha-53833';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue