Changeset 52034 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/08/2021 10:43:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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();
Note: See TracChangeset
for help on using the changeset viewer.