Changeset 39626 for trunk/tests/phpunit/tests/rewrite/numericSlugs.php
- Timestamp:
- 12/21/2016 04:58:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rewrite/numericSlugs.php
r36717 r39626 17 17 18 18 public function tearDown() { 19 parent::tearDown(); 19 20 remove_filter( 'wp_unique_post_slug', array( $this, 'filter_unique_post_slug' ), 10, 6 ); 20 21 }
Note: See TracChangeset
for help on using the changeset viewer.