';
foreach ( $the_query as $comment ) {
$args['template_args']['comment'] = $comment;
uwp_get_template("comments-item.php", $args);
?>
';
} else {
// no comments found
echo "
".esc_html__('No comments found', 'userswp')."
";
}
do_action('uwp_profile_pagination', $maximum_pages);
?>