'get_comment_list')); ?>
1 && get_option( 'page_comments' ) ) : ?>
apply_filters( 'comment_form_default_fields', array( 'author' => '
' . '' . ' ' . ( $req ? '*' : '' ) . '
' . '
', 'email' => '
' . '' . ' ' . ( $req ? '*' : '' ) . '
' . '
', 'url' => '
' . '' . '' . '
' . '
' ) ), 'comment_field' => '
' . '' . '
', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => $translator_leave_reply, 'label_submit' => __( 'Post Comment', 'gdl_front_end' ), ); comment_form($comment_form, $post->ID); /* $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

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

', 'email' => '

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

', 'url' => '

' . '' . '' . '

' ) ), 'comment_field' => '

' . '' . '' . '

', 'must_log_in' => '

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

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %s. Log out?

' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ), 'comment_notes_before' => '

' . __( 'Your email is never published nor shared.' ) . ( $req ? __( ' Required fields are marked *' ) : '' ) . '

', 'comment_notes_after' => '
' . __( 'You may use these HTML tags and attributes:' ) . '
' . allowed_tags() . '
', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply' ), 'title_reply_to' => __( 'Leave a Reply to %s' ), 'cancel_reply_link' => __( 'Cancel reply' ), ); */ ?>