- Timestamp:
- 11/06/2024 12:45:48 AM (3 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
- Property svn:mergeinfo changed
/trunk merged: 59315,59358
- Property svn:mergeinfo changed
-
branches/6.7/src/wp-includes/class-wp-image-editor-imagick.php
r59247 r59360 272 272 * are properly sized without affecting previous `getImageGeometry` behavior. 273 273 */ 274 if ( ( ! $width || ! $height ) && ( 'image/avif' === $this->mime_type || 'image/heic' === $this->mime_type) ) {274 if ( ( ! $width || ! $height ) && ( 'image/avif' === $this->mime_type || wp_is_heic_image_mime_type( $this->mime_type ) ) ) { 275 275 $size = wp_getimagesize( $this->file ); 276 276 $width = $size[0];
Note: See TracChangeset
for help on using the changeset viewer.