Changeset 35244 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 10/17/2015 07:24:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/conditionals.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r35242 r35244 26 26 27 27 $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); 28 }29 30 function tearDown() {31 global $wp_rewrite;32 $wp_rewrite->init();33 34 parent::tearDown();35 28 } 36 29
Note: See TracChangeset
for help on using the changeset viewer.