Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10049 r10150  
    6363                $location = $referer;
    6464        }
    65    
     65
    6666        $location = add_query_arg( array( 'detached' => 1, 'attached' => $attached ) , $location );
    6767        wp_redirect($location);
     
    173173if ( isset($message) ) { ?>
    174174<div id="message" class="updated fade"><p><?php echo $message; ?></p></div>
    175 <?php 
     175<?php
    176176}
    177177?>
Note: See TracChangeset for help on using the changeset viewer.