Changeset 51657 for trunk/tests/phpunit/tests/block-template-utils.php
- Timestamp:
- 08/26/2021 12:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template-utils.php
r51079 r51657 71 71 function get_template_ids( $templates ) { 72 72 return array_map( 73 function( $template ) {73 static function( $template ) { 74 74 return $template->id; 75 75 },
Note: See TracChangeset
for help on using the changeset viewer.