Changeset 32147 for branches/4.1/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 04/19/2015 05:38:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/query/conditionals.php
r29932 r32147 35 35 function tearDown() { 36 36 global $wp_rewrite; 37 $wp_rewrite->init(); 38 37 39 parent::tearDown(); 38 $wp_rewrite->init();39 40 } 40 41
Note: See TracChangeset
for help on using the changeset viewer.