1 Comment on "%2$s"', '%1$s Comments on "%2$s"', $comment_count, 'mh-newsdesk-lite'), number_format_i18n($comment_count), get_the_title()); ?>

get_option('comments_per_page')) { ?>

%s Trackbacks & Pingbacks', 'mh-newsdesk-lite'), $ping_count); ?>

' . "\n"; echo '

' . sprintf(__('Be the first to comment on "%s"', 'mh-newsdesk-lite'), get_the_title()) . '

' . "\n"; echo '' . "\n"; } } if (comments_open()) { $custom_args = array( 'title_reply' => __('Leave a comment', 'mh-newsdesk-lite'), 'comment_notes_before' => '

' . __('Your email address will not be published.', 'mh-newsdesk-lite') . '

', 'comment_notes_after' => '', 'comment_field' => '


'); comment_form($custom_args); }