Remove redundant url filter. fixes #4663

git-svn-id: https://develop.svn.wordpress.org/trunk@6042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-09-05 22:44:58 +00:00
parent 70b337fa9a
commit 54ff897f1a
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ case 'update':
}
$goback = add_query_arg('updated', 'true', wp_get_referer());
$goback = preg_replace('|[^a-z0-9-~+_.?#=&;,/:]|i', '', $goback);
wp_redirect($goback);
break;