Changeset 39852 for branches/4.6/src/wp-includes/functions.php
- Timestamp:
- 01/11/2017 04:38:33 PM (8 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/functions.php
r39833 r39852 2345 2345 */ 2346 2346 try { 2347 if ( !is_callable( 'exif_imagetype' ) ) {2347 if ( is_callable( 'exif_imagetype' ) ) { 2348 2348 $mime = image_type_to_mime_type( exif_imagetype( $file ) ); 2349 2349 } elseif ( function_exists( 'getimagesize' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.