Changeset 39851 for branches/4.7/src/wp-includes/functions.php
- Timestamp:
- 01/11/2017 04:37:51 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/functions.php
r39832 r39851 2365 2365 */ 2366 2366 try { 2367 if ( !is_callable( 'exif_imagetype' ) ) {2367 if ( is_callable( 'exif_imagetype' ) ) { 2368 2368 $mime = image_type_to_mime_type( exif_imagetype( $file ) ); 2369 2369 } elseif ( function_exists( 'getimagesize' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.