Print footer instead of dying immediately. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6b0f3a88d5
commit
f05930b979
|
@ -317,10 +317,11 @@ switch($action) {
|
|||
default:
|
||||
//@todo: give an informative screen instead
|
||||
if ( is_multisite() ) {
|
||||
wp_die('Network already enabled');
|
||||
_e('Network already enabled');
|
||||
} else {
|
||||
$rewrite_enabled = step1();
|
||||
printstep1form($rewrite_enabled);
|
||||
}
|
||||
$rewrite_enabled = step1();
|
||||
printstep1form($rewrite_enabled);
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue