Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (19 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/canonical.php

    r6494 r6726  
    5252        // Some PHP setups turn requests for / into /index.php in REQUEST_URI
    5353        $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']);
    54        
     54
    5555        $redirect = $original;
    5656        $redirect_url = false;
Note: See TracChangeset for help on using the changeset viewer.