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/upload.php

    r6354 r6363  
    7979
    8080function wp_upload_view() {
    81     global $style, $style;
     81    global $style;
    8282    $id = get_the_ID();
    8383    $attachment_data = wp_get_attachment_metadata( $id );
Note: See TracChangeset for help on using the changeset viewer.