コード例 #1
0
ファイル: template.php プロジェクト: joeyblake/bbpress
/**
 * 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());
}
コード例 #2
0
/**
 * 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();
}