Changeset 50450 for trunk/tests/phpunit/tests/rewrite/oldSlugRedirect.php
- Timestamp:
- 02/27/2021 05:08:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/oldSlugRedirect.php
r48937 r50450 31 31 32 32 public function tearDown() { 33 parent::tearDown();34 35 33 $this->old_slug_redirect_url = null; 36 34 37 35 remove_filter( 'old_slug_redirect_url', array( $this, 'filter_old_slug_redirect_url' ), 10 ); 36 parent::tearDown(); 38 37 } 39 38
Note: See TracChangeset
for help on using the changeset viewer.