Changeset 11911 for trunk/wp-admin/includes/image.php
- Timestamp:
- 09/10/2009 10:07:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r11747 r11911 50 50 return $src; 51 51 52 $dst = imagecreatetruecolor( $dst_w, $dst_h );52 $dst = wp_imagecreatetruecolor( $dst_w, $dst_h ); 53 53 54 54 if ( $src_abs ) { … … 327 327 return apply_filters('file_is_displayable_image', $result, $path); 328 328 } 329 330 ?>
Note: See TracChangeset
for help on using the changeset viewer.