Changeset 54097 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/07/2022 09:43:28 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53946 r54097 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.