Oops. Inverted logic and typo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2005-02-06 03:42:53 +00:00
parent e0d7582c46
commit d5bbb6214c
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 = '';
}