mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user