Changeset 46216
- Timestamp:
- 09/20/2019 10:12:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r46202 r46216 84 84 } 85 85 86 // HHVM Imagick does not support loading from URL, so fail to allow fallback to GD.87 if ( defined( 'HHVM_VERSION' ) && isset( $args['path'] ) && preg_match( '|^https?://|', $args['path'] ) ) {88 return false;89 }90 91 86 return true; 92 87 }
Note: See TracChangeset
for help on using the changeset viewer.