Make WordPress Core


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

Remove unused variables. Props DD32. see #5418

File:
1 edited

Legend:

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

    r6354 r6363  
    229229        if ( $width == HEADER_IMAGE_WIDTH && $height == HEADER_IMAGE_HEIGHT ) {
    230230            set_theme_mod('header_image', clean_url($url));
    231             $header = apply_filters('wp_create_file_in_uploads', $file, $id); // For replication
     231            apply_filters('wp_create_file_in_uploads', $file, $id); // For replication
    232232            return $this->finished();
    233233        } elseif ( $width > HEADER_IMAGE_WIDTH ) {
Note: See TracChangeset for help on using the changeset viewer.