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:
parent
e90040e79b
commit
f79c6cdf7a
@ -1669,7 +1669,7 @@ function add_query_arg() {
|
||||
$query = $parts[1];
|
||||
}
|
||||
}
|
||||
else if (! ststr($uri, '/')) {
|
||||
else if (strstr($uri, '/')) {
|
||||
$base = $uri . '?';
|
||||
$query = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user