Changeset 23103 for trunk/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 12/06/2012 07:56:04 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-image-editor-gd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor-gd.php
r23038 r23103 242 242 imagedestroy( $this->image ); 243 243 $this->image = $dst; 244 $this->update_size( $dst_w, $dst_h);244 $this->update_size(); 245 245 return true; 246 246 }
Note: See TracChangeset
for help on using the changeset viewer.