Changeset 56559 for trunk/tests/phpunit/tests/link/getEditTermLink.php
- Timestamp:
- 09/12/2023 03:21:02 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/getEditTermLink.php
r54061 r56559 188 188 add_filter( 189 189 'get_edit_term_link', 190 function ( $location, $term ) {190 function ( $location, $term ) { 191 191 $this->assertIsInt( $term ); 192 192 },
Note: See TracChangeset
for help on using the changeset viewer.