Remove redundant url filter. fixes #4663

git-svn-id: http://svn.automattic.com/wordpress/trunk@6042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-09-05 22:44:58 +00:00
parent bdd9e5e1e4
commit 7bdf6d6c6e
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;