Make WordPress Core

Changeset 15681


Ignore:
Timestamp:
10/02/2010 03:08:50 AM (14 years ago)
Author:
dd32
Message:

indentation consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-load.php

    r13499 r15681  
    4040
    4141    // Set a path for the link to the installer
    42     if (strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false) $path = '';
    43     else $path = 'wp-admin/';
     42    if ( strpos($_SERVER['PHP_SELF'], 'wp-admin') !== false )
     43        $path = '';
     44    else
     45        $path = 'wp-admin/';
    4446
    4547    // Die with an error message
Note: See TracChangeset for help on using the changeset viewer.