Changeset 54226 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/19/2022 10:51:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54176 r54226 2691 2691 if ( $is_image ) { 2692 2692 /** This filter is documented in wp-includes/class-wp-image-editor.php */ 2693 $output_formats = apply_filters( 'image_editor_output_format', array(), $_dir . $filename, $mime_type , '');2693 $output_formats = apply_filters( 'image_editor_output_format', array(), $_dir . $filename, $mime_type ); 2694 2694 $alt_types = array(); 2695 2695
Note: See TracChangeset
for help on using the changeset viewer.