mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@13025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -363,7 +363,7 @@ switch( $action ) {
|
||||
case 'step2':
|
||||
check_admin_referer( 'install-network-1' );
|
||||
|
||||
if ( isset( $_POST[ 'existing_network' ] ) ) {
|
||||
if ( isset( $_POST[ 'existing_network' ] ) ) {
|
||||
// Install!
|
||||
$base = stripslashes( dirname( dirname( $_SERVER['SCRIPT_NAME'] ) ) );
|
||||
if ( $base != '/' )
|
||||
|
||||
Reference in New Issue
Block a user