Changeset 36996
- Timestamp:
- 03/15/2016 12:14:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r36968 r36996 85 85 } 86 86 87 // HHVM Imagick does not support loading from URL, so fail to allow fallback to GD. 88 if ( defined( 'HHVM_VERSION' ) && isset( $args['path'] ) && preg_match( '|^https?://|', $args['path'] ) ) { 89 return false; 90 } 91 87 92 return true; 88 93 }
Note: See TracChangeset
for help on using the changeset viewer.