Make WordPress Core


Ignore:
Timestamp:
05/26/2010 02:42:15 AM (15 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-default-constants.php

    r14452 r14924  
    106106    static $error = null;
    107107    static $error_warn = false;
    108    
     108
    109109    if ( false === $error )
    110110        return;
     
    131131        $error = true;
    132132        define( 'SUBDOMAIN_INSTALL', 'yes' == VHOST );
    133     } else {   
     133    } else {
    134134        define( 'SUBDOMAIN_INSTALL', false );
    135135        define( 'VHOST', 'no' );
Note: See TracChangeset for help on using the changeset viewer.