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/verboseRewriteRules.php

    r34810 r38654  
    1111        parent::setUp();
    1212
     13        $this->set_permalink_structure( '/%category%/%year%/%postname%/' );
    1314        create_initial_taxonomies();
    14 
    15         $this->set_permalink_structure( '/%category%/%year%/%postname%/' );
    1615    }
    1716}
Note: See TracChangeset for help on using the changeset viewer.