Oops. Inverted logic and typo.

git-svn-id: https://develop.svn.wordpress.org/trunk@2228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-02-06 03:42:53 +00:00
parent e90040e79b
commit f79c6cdf7a
1 changed files with 1 additions and 1 deletions

View File

@ -1669,7 +1669,7 @@ function add_query_arg() {
$query = $parts[1];
}
}
else if (! ststr($uri, '/')) {
else if (strstr($uri, '/')) {
$base = $uri . '?';
$query = '';
}