comments_by_type['comment'] ) ? count( $wp_query->comments_by_type['comment'] ) : 0; printf( _nx( 'One Comment', '%1$s Comments', $c_count, 'comments-title', 'radcliffe' ), number_format_i18n( $c_count ) ); ?>

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

comments_by_type['pings'] ) ? count( $wp_query->comments_by_type['pings'] ) : 0; printf( _nx( 'One Pingback', '%1$s Pingbacks', $p_count, 'pingbacks-title', 'radcliffe' ), number_format_i18n( $p_count ) ); ?>

    1, 'type' => 'pings', 'callback' => 'radcliffe_comment' ) ); ?>