Make WordPress Core


Ignore:
Timestamp:
09/26/2016 05:01:48 PM (8 years ago)
Author:
johnbillion
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query.php

    r38585 r38654  
    66        parent::setUp();
    77
     8        $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' );
    89        create_initial_taxonomies();
    9         $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' );
    1010    }
    1111
Note: See TracChangeset for help on using the changeset viewer.