Changeset 52034
- Timestamp:
- 11/08/2021 10:43:52 AM (3 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r51790 r52034 364 364 * @param string $filename Path to the image. 365 365 * @param string $mime_type The source image mime type. 366 * }367 366 */ 368 367 $output_format = apply_filters( 'image_editor_output_format', array(), $filename, $mime_type ); -
trunk/src/wp-includes/functions.php
r52032 r52034 2636 2636 // when regenerated. If yes, ensure the new file name will be unique and will produce unique sub-sizes. 2637 2637 if ( $is_image ) { 2638 /** This filter is documented in wp-includes/class-wp-image-editor.php */ 2638 2639 $output_formats = apply_filters( 'image_editor_output_format', array(), $_dir . $filename, $mime_type ); 2639 2640 $alt_types = array(); -
trunk/src/wp-includes/theme.php
r51978 r52034 1235 1235 } 1236 1236 1237 /* 1237 /** 1238 1238 * Filters the list of header image attributes. 1239 1239 *
Note: See TracChangeset
for help on using the changeset viewer.