comments_by_type['comment']) . ' '; echo _n( 'Comment' , 'Comments' , count($wp_query->comments_by_type['comment']), 'bpro' ); ?>

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

comments_by_type['pings']) . ' '; echo _n( 'Pingback', 'Pingbacks', count($wp_query->comments_by_type['pings']), 'bpro' ); ?>

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

'' . _('Leave a Reply'), 'title_reply_to' => '' . _('Leave a Reply to'), 'comment_notes_before' => '', 'comment_notes_after' => '', 'comment_field' => '

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

', 'email' => '

', 'url' => '

') ), ); if ( comments_open() ) { echo '
'; } comment_form($comments_args); if ( comments_open() ) { echo '
'; } ?>