Skip to content

Commit

Permalink
indentation consistency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@15681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
dd32 committed Oct 2, 2010
1 parent 26bf32a commit ce479b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions wp-load.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
// 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' );
Expand All @@ -51,4 +53,4 @@

}

?>
?>

0 comments on commit ce479b3

Please sign in to comment.