Changeset 38654 for trunk/tests/phpunit/includes/testcase-canonical.php
- Timestamp:
- 09/26/2016 05:01:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase-canonical.php
r38398 r38654 31 31 update_option( 'posts_per_page', 5 ); 32 32 33 global $wp_rewrite; 34 $wp_rewrite->init(); 35 $wp_rewrite->set_permalink_structure( $this->structure ); 36 33 $this->set_permalink_structure( $this->structure ); 37 34 create_initial_taxonomies(); 38 39 $wp_rewrite->flush_rules();40 35 } 41 36
Note: See TracChangeset
for help on using the changeset viewer.