Conversation
supportIn the list_item() method in widget.php , the glue parameter is not specified, so this causes the array of post classes to be combined into a string without spaces. This change fixes the issue: $post_class = implode(' ', get_post_class());
No comments were stored for this source.