mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 08:41:24 +01:00
Fix no-redirect on no-js taxonomy term additions
git-svn-id: http://svn.automattic.com/wordpress/trunk@13693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
70897d7898
commit
2209054062
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user