' . __('This post is password protected. Enter the password to view comments.', 'mh') . '

' . "\n"; return; } if (have_comments()) { echo '

'; echo comments_number(__('0 Comments', 'mh'), __('1 Comment', 'mh'), __('% Comments', 'mh')); echo __(' to ', 'mh') . '“' . get_the_title() . '”

' . "\n"; echo '
    ' . "\n"; echo wp_list_comments('callback=mh_comments'); echo '
' . "\n"; if (get_comments_number() > get_option('comments_per_page')) { paginate_comments_links(array('prev_text' => __('«', 'mh'), 'next_text' => __('»', 'mh'))); } if (!comments_open()) { echo '

' . __('Comments are disabled', 'mh') . '

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

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

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


'); comment_form($custom_args); } ?>