mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
indentation consistency
git-svn-id: https://develop.svn.wordpress.org/trunk@15681 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c9ab260ab4
commit
393599b9c8
@ -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') ) {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user