(' . number_format_i18n(get_comments_number()) . ')'; ?>

    'buzz_comment', 'style' => 'ul' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'buzz' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'buzz' ), 'cancel_reply_link' => __( 'Cancel Reply', 'buzz' ), 'label_submit' => __( 'Post Comment', 'buzz' ), 'comment_field' => '
', 'must_log_in' => '

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

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'buzz' ), 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.', 'buzz' ) . ( $req ? '' : '' ) . '

', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
', 'email' => '', 'url' => '
' ) ), ); ?>