- Timestamp:
- 09/12/2023 03:21:02 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media/wpImageTagAddDecodingAttr.php
r54863 r56559 26 26 add_filter( 27 27 'wp_img_tag_add_decoding_attr', 28 static function ( $value ) use ( $decoding ) {28 static function ( $value ) use ( $decoding ) { 29 29 return $decoding; 30 30 } … … 87 87 add_filter( 88 88 'wp_img_tag_add_decoding_attr', 89 static function ( $value ) use ( $decoding ) {89 static function ( $value ) use ( $decoding ) { 90 90 return $decoding; 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.