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:
ryan 2006-06-23 20:17:39 +00:00
parent 342b43e18a
commit 112ebb6172
1 changed files with 1 additions and 1 deletions

View File

@ -2122,7 +2122,7 @@ function add_query_arg() {
$ret .= "$k=$v";
}
}
$ret = $base . $ret;
$ret = $protocol . $base . $ret;
return trim($ret, '?');
}