Changeset 51657 for trunk/tests/phpunit/tests/comment/commentsTemplate.php
- Timestamp:
- 08/26/2021 12:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/commentsTemplate.php
r51462 r51657 994 994 add_filter( 995 995 'comments_template_query_args', 996 function ( $args ) use ( &$offset, $query_args ) {996 static function ( $args ) use ( &$offset, $query_args ) { 997 997 $offset = $args['offset']; 998 998 … … 1004 1004 add_filter( 1005 1005 'comments_template_top_level_query_args', 1006 function ( $args ) use ( $top_level_query_args ) {1006 static function ( $args ) use ( $top_level_query_args ) { 1007 1007 return array_merge( $args, $top_level_query_args ); 1008 1008 }
Note: See TracChangeset
for help on using the changeset viewer.