Return the modified query from remove_query_arg(). Props MC_incubus fixes #1362

git-svn-id: http://svn.automattic.com/wordpress/trunk@2657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-06-20 02:03:35 +00:00
parent b1a8620710
commit ee2a1df296
1 changed files with 1 additions and 1 deletions

View File

@ -1808,7 +1808,7 @@ function add_query_arg() {
}
function remove_query_arg($key, $query) {
add_query_arg($key, '', $query);
return add_query_arg($key, '', $query);
}
function load_template($file) {