Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (16 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/async-upload.php

    r8190 r8600  
    2323    wp_die(__('You do not have permission to upload files.'));
    2424
    25 // just fetch the detail form for that attachment   
     25// just fetch the detail form for that attachment
    2626if ( ($id = intval($_REQUEST['attachment_id'])) && $_REQUEST['fetch'] ) {
    2727    echo get_media_item($id);
Note: See TracChangeset for help on using the changeset viewer.