Fix redirection when saving network settings. Fixes #14970
git-svn-id: http://svn.automattic.com/wordpress/trunk@15669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fb3f734076
commit
a97ad3f654
|
@ -199,7 +199,7 @@ switch ( $_GET['action'] ) {
|
|||
// Update more options here
|
||||
do_action( 'update_wpmu_options' );
|
||||
|
||||
wp_redirect( add_query_arg( 'updated', 'true', admin_url( 'settings.php' ) ) );
|
||||
wp_redirect( add_query_arg( 'updated', 'true', network_admin_url( 'settings.php' ) ) );
|
||||
exit();
|
||||
break;
|
||||
case 'addblog':
|
||||
|
|
Loading…
Reference in New Issue