Make WordPress Core


Ignore:
Timestamp:
12/06/2007 06:37:30 AM (18 years ago)
Author:
ryan
Message:

Remove unused variables. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/image.php

    r6313 r6363  
    1717 * If PHP does not have the functionality to save in a file of the same format, the thumbnail will be created as a jpeg.
    1818 */
    19 function wp_create_thumbnail( $file, $max_side, $depreciated = '' ) {
     19function wp_create_thumbnail( $file, $max_side, $deprecated = '' ) {
    2020    if ( ctype_digit( $file ) ) // Handle int as attachment ID
    2121        $file = get_attached_file( $file );
Note: See TracChangeset for help on using the changeset viewer.