rdPress Error object.
* @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/barbar26/public_html/9ballcues.com/wp-includes/pomo/translations.php on line 254