Comments repeated twice or more when no author profile
-
Hy,
Many thanks for your new plugin !!!
By the way, I found a little bug which can result of duplicated comments in the displayed list.
On line 388
$comment_html .= sprintf( $comment_html_format, $author_avatar, $author_name, $author_profile, $post_time, $thread_link, $thread_title, $comment_id, $message );
should be :
$comment_html = sprintf( $comment_html_format, $author_avatar, $author_name, $author_profile, $post_time, $thread_link, $thread_title, $comment_id, $message );
Best Regards,
- The topic ‘Comments repeated twice or more when no author profile’ is closed to new replies.