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

    r8484 r8600  
    4343            $location = get_permalink( $post_ID );
    4444        elseif ( false !== strpos($location, 'edit.php') )
    45             $location = add_query_arg('posted', $post_ID, $location);       
     45            $location = add_query_arg('posted', $post_ID, $location);
    4646        elseif ( false !== strpos($location, 'wp-admin') )
    4747            $location = "post-new.php?posted=$post_ID";
Note: See TracChangeset for help on using the changeset viewer.