From ce479b392fec9aaca4fb4db852fe95518bea664e Mon Sep 17 00:00:00 2001 From: dd32 Date: Sat, 2 Oct 2010 03:08:50 +0000 Subject: [PATCH] indentation consistency git-svn-id: http://svn.automattic.com/wordpress/trunk@15681 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-load.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wp-load.php b/wp-load.php index 7f396406e6..64c6662c90 100644 --- a/wp-load.php +++ b/wp-load.php @@ -39,8 +39,10 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) { // A config file doesn't exist // Set a path for the link to the installer - if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) $path = ''; - else $path = 'wp-admin/'; + if ( strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false ) + $path = ''; + else + $path = 'wp-admin/'; // Die with an error message require_once( ABSPATH . '/wp-includes/classes.php' ); @@ -51,4 +53,4 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) { } -?> +?> \ No newline at end of file