Changeset 56212 for trunk/tests/phpunit/tests/query/isTerm.php
- Timestamp:
- 07/11/2023 01:31:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/isTerm.php
r52010 r56212 26 26 parent::set_up(); 27 27 28 $GLOBALS['wp_the_query'] = new WP_Query();29 $GLOBALS['wp_query'] = $GLOBALS['wp_the_query'];30 31 28 $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' ); 32 29
Note: See TracChangeset
for help on using the changeset viewer.