Changeset 39860
- Timestamp:
- 01/11/2017 04:45:20 PM (8 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/functions.php
r39841 r39860 1966 1966 */ 1967 1967 try { 1968 if ( !is_callable( 'exif_imagetype' ) ) {1968 if ( is_callable( 'exif_imagetype' ) ) { 1969 1969 $mime = image_type_to_mime_type( exif_imagetype( $file ) ); 1970 1970 } elseif ( function_exists( 'getimagesize' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.