/** * Output pagination links of a topic within the topic loop * * @since 2.0.0 bbPress (r2966) * * @param array $args See {@link bbp_get_topic_pagination()} * @uses bbp_get_topic_pagination() To get the topic pagination links */ function bbp_topic_pagination($args = array()) { echo bbp_get_topic_pagination($args); }
/** * Output pagination links of a topic within the topic loop * * @since bbPress (r2966) * * @param mixed $args See {@link bbp_get_topic_pagination()} * @uses bbp_get_topic_pagination() To get the topic pagination links */ function bbp_topic_pagination($args = '') { echo bbp_get_topic_pagination($args); }