Changeset 56559 for trunk/tests/phpunit/tests/post/wpGetAttachmentLink.php
- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/wpGetAttachmentLink.php
r55262 r56559 42 42 add_filter( 43 43 'wp_get_attachment_link_attributes', 44 static function ( $attr ) use ( $attributes ) {44 static function ( $attr ) use ( $attributes ) { 45 45 return array_merge( $attr, $attributes ); 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.