Fix no-redirect on no-js taxonomy term additions

git-svn-id: https://develop.svn.wordpress.org/trunk@13693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-03-13 10:37:41 +00:00
parent b687c2463c
commit 6e43a2610d
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ case 'add-tag':
$location = add_query_arg('message', 1, $location);
else
$location = add_query_arg('message', 4, $location);
wp_redirect($location);
exit;
break;