Trim trailing whitespace

git-svn-id: https://develop.svn.wordpress.org/trunk@13025 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-02-08 18:02:23 +00:00
parent 6885d83058
commit 86d7ef0b69
27 changed files with 294 additions and 294 deletions
+1 -1
View File
@@ -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 != '/' )