comments_by_type['comment'] ); echo $comment_count . ' ' . _n( 'Comment', 'Comments', $comment_count, 'baskerville' ); ?>

    'comment', 'callback' => 'baskerville_comment' ) ); ?>

comments_by_type['pings'] ); echo $pingback_count . ' ' . _n( 'Pingback', 'Pingbacks', $pingback_count, 'baskerville' ); ?>

    'pings', 'callback' => 'baskerville_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

'

' . __( 'Your email address will not be published.', 'baskerville' ) . '

', 'comment_field' => '

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

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

', 'email' => '

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

', 'url' => '

' . '

') ), ); comment_form($comments_args); ?>