Changeset 28966 for trunk/tests/phpunit/tests/canonical.php
- Timestamp:
- 07/03/2014 01:42:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r28964 r28966 85 85 86 86 function tearDown() { 87 global $wp_rewrite; 87 88 parent::tearDown(); 88 89 wp_set_current_user( $this->old_current_user ); 89 90 90 $ GLOBALS['wp_rewrite']->init();91 $wp_rewrite->init(); 91 92 } 92 93
Note: See TracChangeset
for help on using the changeset viewer.