Changeset 6363 for trunk/wp-admin/includes/image.php
- Timestamp:
- 12/06/2007 06:37:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r6313 r6363 17 17 * If PHP does not have the functionality to save in a file of the same format, the thumbnail will be created as a jpeg. 18 18 */ 19 function wp_create_thumbnail( $file, $max_side, $deprec iated = '' ) {19 function wp_create_thumbnail( $file, $max_side, $deprecated = '' ) { 20 20 if ( ctype_digit( $file ) ) // Handle int as attachment ID 21 21 $file = get_attached_file( $file );
Note: See TracChangeset
for help on using the changeset viewer.