Changeset 39861
- Timestamp:
- 01/11/2017 04:45:57 PM (8 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 39850
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/functions.php
r39842 r39861 1970 1970 */ 1971 1971 try { 1972 if ( !is_callable( 'exif_imagetype' ) ) {1972 if ( is_callable( 'exif_imagetype' ) ) { 1973 1973 $mime = image_type_to_mime_type( exif_imagetype( $file ) ); 1974 1974 } elseif ( function_exists( 'getimagesize' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.