function wp_getComment($args) {
        $this->escape($args);

        $blog_id    = (int) $args[0];
        $username    = $args[1];