'FLTheme::display_comment', ) ); ?>
1 ) : ?>
'fl-comment-form', 'class_form' => 'fl-comment-form', 'id_submit' => 'fl-comment-form-submit', 'class_submit' => 'btn btn-primary', 'name_submit' => 'submit', 'label_submit' => __( 'Submit Comment', '1io' ), 'title_reply' => _x( 'Leave a Comment', 'Respond form title.', '1io' ), 'title_reply_to' => __( 'Leave a Reply', '1io' ), 'cancel_reply_link' => __( 'Cancel Reply', '1io' ), 'format' => 'xhtml', 'comment_notes_before' => '', 'comment_notes_after' => '', 'comment_field' => '
', /* translators: %s: Please, keep the HTML tags */ 'must_log_in' => '

' . sprintf( _x( 'You must be logged in to post a comment.', 'Please, keep the HTML tags.', '1io' ), ' href="' . esc_url( home_url( '/wp-login.php' ) ) . '?redirect_to=' . urlencode( get_permalink() ) . '"' ) . '

', /* translators: %s: user name */ 'logged_in_as' => '

' . sprintf( __( 'Logged in as %s.', '1io' ), '' . $user_identity . '' ) . ' ' . __( 'Log out »', '1io' ) . '

', ) ); ?>