mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
e0d7582c46
commit
d5bbb6214c
@ -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