'ol', 'short_ping' => true, 'avatar_size' => 0, ) ); ?>

*)" . _(' are required.') : '' ); $fields = array( 'author' => '
' . ( $req ? '*' : '' ) . '
', 'email' => '
' . ( $req ? '*' : '' ) . '
' ); $args = array( 'id_form' => 'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'class_submit' => 'submit btn btn-primary', 'name_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'bootguy' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'bootguy' ), 'cancel_reply_link' => __( 'Cancel Reply', 'bootguy' ), 'label_submit' => __( 'Post Comment', 'bootguy' ), 'comment_field' => '
', 'must_log_in' => '

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

', 'logged_in_as' => '

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

', 'comment_notes_before' => '

' . __( 'Your email address will not be published.', 'bootguy' ) . $requied_text . '

', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form($args); ?>