Add a form action to network.php. props xibe, see #13383.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
54a46870d3
commit
81d5ac363d
|
@ -96,7 +96,7 @@ include( './admin-header.php' );
|
|||
<?php screen_icon(); ?>
|
||||
<h2><?php echo esc_html( $title ); ?></h2>
|
||||
|
||||
<form method="post">
|
||||
<form method="post" action="">
|
||||
<?php
|
||||
/**
|
||||
* Prints step 1 for Network installation process.
|
||||
|
|
Loading…
Reference in New Issue