'; if(function_exists('get_avatar') && $comment_type != 'pingback' && $comment_type != 'trackback' ) { echo str_replace("alt='", "alt='".wp_specialchars(get_comment_author(), 1)."' title='".wp_specialchars(get_comment_author(), 1), get_avatar(get_comment_author_email(), 64)); } else { echo ''; } if($url == true && $url != 'http://') echo ''; } /** * Displays individual comments * Uses the callback parameter for wp_list_comments * Overwrites the default display of comments * * @since 0.2.3 * * @param $comment The comment variable * @param $args Array of arguments passed from wp_list_comments * @param $depth What level the particular comment is */ function comicpress_comments_callback($comment, $args, $depth) { $GLOBALS['comment'] = $comment; $GLOBALS['comment_depth'] = $depth; ?>