Show
Ignore:
Timestamp:
08/13/08 17:05:18 (4 months ago)
Author:
donncha
Message:

Added "DOMAIN_CURRENT_SITE" and "PATH_CURRENT_SITE" to hardcode current site.
Use object cache to store current site if only 1 site (probably majority of mu sites)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-config-sample.php

    r1413 r1422  
    1010define('VHOST', 'VHOSTSETTING');  
    1111$base = 'BASE'; 
     12define('DOMAIN_CURRENT_SITE', 'current_site_domain' ); 
     13define('PATH_CURRENT_SITE', 'current_site_path' ); 
    1214 
    1315// Change each KEY to a different unique phrase.  You won't have to remember the phrases later,