defined( 'SUBDOMAIN_INSTALL' ) || defined( 'VHOST' ) || defined( 'SUNRISE' ) )
return true;
return false;
}
?>
return bool True, if WP_Error. False, if not WP_Error.
*/
function is_wp_error($thing) {
if ( is_object($thing) && is_a($thing, 'WP_Error') )
return true;
return false;
}
?>
Parse error: syntax error, unexpected '}' in /home/content/26/7729626/html/reddeer/wp-includes/pomo/mo.php on line 232