indentation consistency

git-svn-id: https://develop.svn.wordpress.org/trunk@15681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2010-10-02 03:08:50 +00:00
parent c9ab260ab4
commit 393599b9c8

View File

@ -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') ) {
}
?>
?>