'.esc_html__('You must be','cafesio').' '.esc_html__('logged in','cafesio').' '.esc_html__('to post a comment.','cafesio').'
', 'logged_in_as' => ''.esc_html__('Logged in as','cafesio').' '.esc_html($cafesio_user_identity).'. '.esc_html__('Log out?','cafesio').'
', 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'btn-comments btn btn-primary', 'title_reply' => esc_html__( 'Leave a Reply', 'cafesio' ), 'cancel_reply_link' => esc_html__( 'Cancel reply', 'cafesio' ), 'label_submit' => esc_html__( 'Post Comment', 'cafesio' ), 'format' => 'xhtml', ]; comment_form( $defaults ); ?>