- Timestamp:
- 07/17/2019 06:16:27 AM (6 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-image-header.php
r45653 r45654 826 826 } 827 827 828 /** This filter is documented in wp-admin/ custom-header.php */828 /** This filter is documented in wp-admin/includes/class-custom-image-header.php */ 829 829 $image = apply_filters( 'wp_create_file_in_uploads', $image, $attachment_id ); // For replication 830 830 … … 969 969 } 970 970 971 /** This filter is documented in wp-admin/ custom-header.php */971 /** This filter is documented in wp-admin/includes/class-custom-image-header.php */ 972 972 $cropped = apply_filters( 'wp_create_file_in_uploads', $cropped, $attachment_id ); // For replication 973 973 … … 1305 1305 } 1306 1306 1307 /** This filter is documented in wp-admin/ custom-header.php */1307 /** This filter is documented in wp-admin/includes/class-custom-image-header.php */ 1308 1308 $cropped = apply_filters( 'wp_create_file_in_uploads', $cropped, $attachment_id ); // For replication 1309 1309
Note: See TracChangeset
for help on using the changeset viewer.