Changeset 56559 for trunk/tests/phpunit/tests/term/getTermLink.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/getTermLink.php
r54061 r56559 260 260 add_filter( 261 261 'term_link', 262 function ( $location, $term ) {262 function ( $location, $term ) { 263 263 $this->assertInstanceOf( 'WP_Term', $term ); 264 264 },
Note: See TracChangeset
for help on using the changeset viewer.