Changeset 56559 for trunk/tests/phpunit/tests/post/thumbnails.php
- Timestamp:
- 09/12/2023 03:21:02 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/thumbnails.php
r55821 r56559 572 572 add_filter( 573 573 'wp_get_attachment_image_context', 574 static function ( $context ) use ( &$last_context ) {574 static function ( $context ) use ( &$last_context ) { 575 575 $last_context = $context; 576 576 return $context;
Note: See TracChangeset
for help on using the changeset viewer.