Changeset 51657 for trunk/tests/phpunit/tests/category/walkerCategory.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/walkerCategory.php
r51568 r51657 39 39 add_filter( 40 40 'category_list_link_attributes', 41 function( $atts ) use ( $value ) {41 static function( $atts ) use ( $value ) { 42 42 $atts['data-test'] = $value; 43 43 return $atts;
Note: See TracChangeset
for help on using the changeset viewer.