Make WordPress Core


Ignore:
Timestamp:
11/16/2005 01:58:04 AM (21 years ago)
Author:
ryan
Message:

Execute rewrite rules for / so that plugins can add rules. Props: filosofo. fixes #1864

File:
1 edited

Legend:

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

    r3095 r3097  
    14181418                 (false === strpos($_SERVER['PATH_INFO'], '.php'))
    14191419                 ) ||
    1420                 ((false === strpos($_SERVER['REQUEST_URI'], '.php')) &&
    1421                  ('/' != $_SERVER['REQUEST_URI']))
     1420                (false === strpos($_SERVER['REQUEST_URI'], '.php'))
    14221421                ) {
    14231422
Note: See TracChangeset for help on using the changeset viewer.