* @since bbPress (r2857)
*
* @uses apply_filters() Calls 'bbp_get_forum_post_type' with the forum
* post type id
* @return string The unique reply post type id
*/
function bbp_get_reply_post_type() {
global $bbp;
return apply_filters( 'bbp_get_reply_post_type', $bbp->reply_post_type );
}
/** Reply Loop Functions ******************************************************/
/**
* The main reply loop. WordPress makes this easy for us
*
* @since bbPress (r2553)
*
* @param mixed $args All the arguments supported by {@link WP_Query}