*/
function is_multisite() {
if ( defined( 'MULTISITE' ) )
return MULTISITE;
if ( defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) )
return true;
return false;
}
?>
Parse error: syntax error, unexpected '}' in /home/content/h/h/o/hhoffmann2/html/wp-content/object-cache.php on line 160