Changeset 39853 for branches/4.5/src/wp-includes/functions.php
- Timestamp:
- 01/11/2017 04:39:22 PM (9 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
-
branches/4.5/src/wp-includes/functions.php
r39834 r39853 2356 2356 */ 2357 2357 try { 2358 if ( !is_callable( 'exif_imagetype' ) ) {2358 if ( is_callable( 'exif_imagetype' ) ) { 2359 2359 $mime = image_type_to_mime_type( exif_imagetype( $file ) ); 2360 2360 } elseif ( function_exists( 'getimagesize' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.