Changeset 45654 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/17/2019 06:16:27 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r45611 r45654 3680 3680 } 3681 3681 3682 /** This filter is documented in wp-admin/ custom-header.php */3682 /** This filter is documented in wp-admin/includes/class-custom-image-header.php */ 3683 3683 $cropped = apply_filters( 'wp_create_file_in_uploads', $cropped, $attachment_id ); // For replication. 3684 3684 $object = $wp_site_icon->create_attachment_object( $cropped, $attachment_id ); … … 3708 3708 do_action( 'wp_ajax_crop_image_pre_save', $context, $attachment_id, $cropped ); 3709 3709 3710 /** This filter is documented in wp-admin/ custom-header.php */3710 /** This filter is documented in wp-admin/includes/class-custom-image-header.php */ 3711 3711 $cropped = apply_filters( 'wp_create_file_in_uploads', $cropped, $attachment_id ); // For replication. 3712 3712
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)