- Timestamp:
- 02/21/2020 01:05:39 PM (5 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
-
branches/3.8/tests/phpunit/tests/canonical/pageOnFront.php
r25002 r47338 16 16 update_option( 'page_on_front', $this->factory->post->create( array( 'post_title' => 'front-page', 'post_type' => 'page' ) ) ); 17 17 $wp_rewrite->init(); 18 flush_rewrite_rules(); 18 $wp_rewrite->flush_rules(); 19 } 20 21 function tearDown() { 22 global $wp_rewrite; 23 $wp_rewrite->init(); 24 parent::tearDown(); 19 25 } 20 26
Note: See TracChangeset
for help on using the changeset viewer.