Changeset 56038 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 06/26/2023 04:58:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r56037 r56038 4218 4218 add_filter( 4219 4219 'the_content', 4220 function( $content ) use ( &$result, $context ) {4220 static function( $content ) use ( &$result, $context ) { 4221 4221 $result = wp_get_loading_attr_default( $context ); 4222 4222 return $content;
Note: See TracChangeset
for help on using the changeset viewer.