Changeset 28320
- Timestamp:
- 05/06/2014 06:36:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r27794 r28320 271 271 */ 272 272 protected function get_output_format( $filename = null, $mime_type = null ) { 273 $new_ext = $file_ext = null; 274 $file_mime = null; 273 $new_ext = null; 275 274 276 275 // By default, assume specified type takes priority
Note: See TracChangeset
for help on using the changeset viewer.