* @uses bbPress::topic_query::pagination_links To get the links
* @return string Pagination links
*/
function bbp_get_forum_pagination_links() {
global $bbp;
if ( empty( $bbp->topic_query ) )
return false;
return apply_filters( 'bbp_get_forum_pagination_links', $bbp->topic_query->pagination_links );
}
/**
* Displays topic notices
*
* @since bbPress (r2744)
*
* @uses bbp_is_single_topic() To check if it's a topic page
* @uses bbp_get_topic_status() To get the topic status
* @uses bbp_get_topic_id() To get the topic id