Add a form action to network.php. props xibe, see #13383.

git-svn-id: https://develop.svn.wordpress.org/trunk@14657 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-15 06:19:27 +00:00
parent 8816885c79
commit 4861bebf05
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ include( './admin-header.php' );
<?php screen_icon(); ?> <?php screen_icon(); ?>
<h2><?php echo esc_html( $title ); ?></h2> <h2><?php echo esc_html( $title ); ?></h2>
<form method="post"> <form method="post" action="">
<?php <?php
/** /**
* Prints step 1 for Network installation process. * Prints step 1 for Network installation process.