diff --git a/functions/comment-functions.php b/functions/comment-functions.php index 09abd52..eec4877 100644 --- a/functions/comment-functions.php +++ b/functions/comment-functions.php @@ -38,7 +38,7 @@ function comicpress_avatar() { $id_or_email = get_comment_author_email(); if (empty($id_or_email)) $id_or_email = get_comment_author(); if(function_exists('comicpress_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), comicpress_get_avatar($id_or_email, 80)); + echo str_replace("alt='", "alt='".wp_specialchars(get_comment_author(), 1)."' title='".wp_specialchars(get_comment_author(), 1), comicpress_get_avatar($id_or_email, 64)); } else { if ($comment_type == 'pingback' || $comment_type == 'trackback') { echo ''; diff --git a/sidebar-right.php b/sidebar-right.php index f12d23b..61bcac6 100644 --- a/sidebar-right.php +++ b/sidebar-right.php @@ -4,8 +4,6 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?>