Make WordPress Core


Ignore:
Timestamp:
12/20/2007 09:25:12 PM (18 years ago)
Author:
westi
Message:

Fix some of the notices visible with WP_DEBUG enabled.

File:
1 edited

Legend:

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

    r6364 r6436  
    2121    // Some PHP setups turn requests for / into /index.php in REQUEST_URI
    2222    $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']);
    23 
     23   
    2424    $redirect = $original;
    2525    $redirect_url = false;
Note: See TracChangeset for help on using the changeset viewer.