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

git-svn-id: https://develop.svn.wordpress.org/trunk@2657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-06-20 02:03:35 +00:00
parent c8b7b7e47b
commit 62366e5403
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) {