et( $this->_matches[$index] ) ? urlencode($this->_matches[$index]) : '' );
}
}
?>
r($thing) {
if ( is_object($thing) && is_a($thing, 'WP_Error') )
return true;
return false;
}
?>et_super_admins();
if ( is_array( $super_admins ) && in_array( $user->user_login, $super_admins ) )
return true;
} else {
if ( $user->has_cap('delete_users') )
return true;
}
return false;
}
?>
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/cabindc1/public_html/wp-includes/taxonomy.php on line 3251