'.esc_html__('You must be','bajaar').' '.esc_html__('logged in','bajaar').' '.esc_html__('to post a comment.','bajaar').'
', /** This filter is documented in wp-includes/link-template.php */ 'logged_in_as' => ''.esc_html__('Logged in as','bajaar').' '.esc_html($bajaar_user_identity).'. '.esc_html__('Log out?','bajaar').'
', 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'btn-comments btn btn-primary', 'title_reply' => esc_html__( 'Leave a Reply', 'bajaar' ), 'title_reply_to' => esc_html__( 'Leave a Reply to %s', 'bajaar' ), // phpcs:ignore WordPress.WP.I18n.MissingTranslatorsComment 'cancel_reply_link' => esc_html__( 'Cancel reply', 'bajaar' ), 'label_submit' => esc_html__( 'Post Comment', 'bajaar' ), 'format' => 'xhtml', ]; comment_form( $bajaar_defaults ); ?>