Don't forget the protocol. Props tereshchenko. #2853
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@3905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
342b43e18a
commit
112ebb6172
|
@ -2122,7 +2122,7 @@ function add_query_arg() {
|
|||
$ret .= "$k=$v";
|
||||
}
|
||||
}
|
||||
$ret = $base . $ret;
|
||||
$ret = $protocol . $base . $ret;
|
||||
return trim($ret, '?');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue