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:
nacin 2010-05-15 06:19:27 +00:00
parent 54a46870d3
commit 81d5ac363d
1 changed files with 1 additions and 1 deletions

View File

@ -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.