Changeset 14924 for trunk/wp-includes/ms-default-constants.php
- Timestamp:
- 05/26/2010 02:42:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-constants.php
r14452 r14924 106 106 static $error = null; 107 107 static $error_warn = false; 108 108 109 109 if ( false === $error ) 110 110 return; … … 131 131 $error = true; 132 132 define( 'SUBDOMAIN_INSTALL', 'yes' == VHOST ); 133 } else { 133 } else { 134 134 define( 'SUBDOMAIN_INSTALL', false ); 135 135 define( 'VHOST', 'no' );
Note: See TracChangeset
for help on using the changeset viewer.