Changeset 32147 for branches/4.1/tests/phpunit/tests/rewrite.php
- Timestamp:
- 04/19/2015 05:38:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/rewrite.php
r28966 r32147 23 23 function tearDown() { 24 24 global $wp_rewrite; 25 $wp_rewrite->init(); 26 25 27 parent::tearDown(); 26 $wp_rewrite->init();27 28 } 28 29
Note: See TracChangeset
for help on using the changeset viewer.