Changeset 56559 for trunk/tests/phpunit/tests/category/walkerCategory.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/walkerCategory.php
r54090 r56559 41 41 add_filter( 42 42 'category_list_link_attributes', 43 static function ( $atts ) use ( $value ) {43 static function ( $atts ) use ( $value ) { 44 44 $atts['data-test'] = $value; 45 45 return $atts;
Note: See TracChangeset
for help on using the changeset viewer.