Changeset 57987 for trunk/tests/phpunit/tests/image/header.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/header.php
r57755 r57987 141 141 ); 142 142 143 // Create init al crop object.143 // Create initial crop object. 144 144 $cropped_1 = 'foo-cropped-1.png'; 145 145 $object = wp_copy_parent_attachment_properties( $cropped_1, $id, 'custom-header' ); … … 149 149 $this->assertFalse( $previous ); 150 150 151 // Create the init al crop attachment and set it as the header.151 // Create the initial crop attachment and set it as the header. 152 152 $cropped_1_id = $this->custom_image_header->insert_attachment( $object, $cropped_1 ); 153 153 $key = '_wp_attachment_custom_header_last_used_' . get_stylesheet();
Note: See TracChangeset
for help on using the changeset viewer.