Make WordPress Core


Ignore:
Timestamp:
02/06/2005 03:42:53 AM (22 years ago)
Author:
rboren
Message:

Oops. Inverted logic and typo.

File:
1 edited

Legend:

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

    r2227 r2228  
    16701670                }
    16711671        }
    1672         else if (! ststr($uri, '/')) {
     1672        else if (strstr($uri, '/')) {
    16731673                $base = $uri . '?';
    16741674                $query = '';
Note: See TracChangeset for help on using the changeset viewer.