Make WordPress Core


Ignore:
Timestamp:
12/05/2007 12:29:05 AM (18 years ago)
Author:
ryan
Message:

Remove unused variables. Props DD32. fixes #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r5795 r6354  
    225225        $id = wp_insert_attachment($object, $file);
    226226
    227         $upload = array('file' => $file, 'id' => $id);
    228 
    229227        list($width, $height, $type, $attr) = getimagesize( $file );
    230228
Note: See TracChangeset for help on using the changeset viewer.