= 1) : ?>
1)) ? esc_html__(' Comments', 'being') : esc_html__(' Comment ', 'being'); $comment_no = (!empty($comment_no) and ($comment_no > 0)) ? '

' . esc_html($comment_no . $comment_text) . '

' : ' '; print sprintf("%s", $comment_no); ?>
    'ul', 'callback' => 'being_comment', 'avatar_size' => 90, 'short_ping' => true, ]); ?>
1 && get_option('page_comments')) : ?>
exists() ? $user->display_name : ''; $req = get_option('require_name_email'); $aria_req = ($req ? " aria-required='true'" : ''); $fields = array( 'author' => '
', 'email' => '
', 'url' => '
' ); if (is_user_logged_in()) { $cl = 'loginformuser'; } else { $cl = ''; } $defaults = [ 'fields' => $fields, 'comment_field' => '
', 'submit_button' => '
', /** This filter is documented in wp-includes/link-template.php */ 'must_log_in' => '

' . esc_html__('You must be', 'being') . ' ' . esc_html__('logged in', 'being') . ' ' . esc_html__('to post a comment.', 'being') . '

', /** This filter is documented in wp-includes/link-template.php */ 'logged_in_as' => '

' . esc_html__('Logged in as', 'being') . ' ' . esc_html($user_identity) . '. ' . esc_html__('Log out?', 'being') . '

', 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'site-btn', 'title_reply' => esc_html__('Leave a Reply', 'being'), 'title_reply_to' => esc_html__('Leave a Reply to %s', 'being'), 'cancel_reply_link' => esc_html__('Cancel reply', 'being'), 'label_submit' => esc_html__('Post Comment', 'being'), 'format' => 'xhtml', ]; comment_form($defaults); ?>