'shift_comment' ) ); ?>
1 && get_option( 'page_comments' )) : /* Blätterfunktion */ ?>

'

' . ' ' . ( $req ? '*
' : '' ) . '

', 'email' => '

' . ( $req ? '*
' : '' ) . '

', 'url' => '


' . '

', ); $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '


', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'rainbowflag_theme' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'rainbowflag_theme' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'comment_notes_before' => '

' . __( 'Deine E-Mail Adresse wird nicht veröffentlicht.', 'rainbowflag_theme' ) . ( $req ? $required_text : '' ) . '

', 'comment_notes_after' => '

' . sprintf( __( 'You may use these HTML tags and attributes: %s', 'rainbowflag_theme' ), ' ' . allowed_tags() . '' ) . '

', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Kommentar hinterlassen', 'rainbowflag_theme' ), 'title_reply_to' => __( 'Hinterlasse eine Antwort zu %s', 'rainbowflag_theme' ), 'cancel_reply_link' => __( 'Kommentar Abbrechen', 'rainbowflag_theme' ), 'label_submit' => __( 'Kommentar senden', 'rainbowflag_theme' ) ); comment_form($defaults); ?>