Changeset 50146 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 02/02/2021 04:51:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r49927 r50146 106 106 } 107 107 108 $size = @getimagesize( $this->file );108 $size = wp_getimagesize( $this->file ); 109 109 110 110 if ( ! $size ) {
Note: See TracChangeset
for help on using the changeset viewer.