Changeset 34810 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 10/03/2015 08:54:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r31754 r34810 23 23 update_option( 'posts_per_page', 5 ); 24 24 25 global $wp_rewrite;26 27 $wp_rewrite->init();28 $wp_rewrite->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' );29 30 25 create_initial_taxonomies(); 31 26 32 $ wp_rewrite->flush_rules();27 $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); 33 28 } 34 29
Note: See TracChangeset
for help on using the changeset viewer.