mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Built/Test Tools: Unify the way the permastructure is set when used in conjunction with re-registering the initial taxonomies. This ensure that rewrite rules for taxonomies are consistently available.
Fixes #35452 git-svn-id: https://develop.svn.wordpress.org/trunk@38654 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -10,8 +10,7 @@ class Tests_Query_VerbosePageRules extends Tests_Query_Conditionals {
|
||||
function setUp() {
|
||||
parent::setUp();
|
||||
|
||||
create_initial_taxonomies();
|
||||
|
||||
$this->set_permalink_structure( '/%category%/%year%/%postname%/' );
|
||||
create_initial_taxonomies();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user