示例#1
0
/**
 * Output the pagination count
 *
 * @since 2.0.0 bbPress (r2519)
 *
 * @uses bbp_get_forum_pagination_count() To get the forum pagination count
 */
function bbp_forum_pagination_count()
{
    echo esc_html(bbp_get_forum_pagination_count());
}
/**
 * Output the pagination count
 *
 * @since bbPress (r2519)
 *
 * @uses bbp_get_forum_pagination_count() To get the forum pagination count
 */
function bbp_forum_pagination_count()
{
    echo bbp_get_forum_pagination_count();
}