* attributes are supported. As well as any plugins which want to display it.
*
* @since bbPress (r2780)
*
* @uses allowed_tags() To get the allowed tags
* @uses apply_filters() Calls 'bbp_allowed_tags' with the tags
* @return string HTML allowed tags entity encoded.
*/
function bbp_get_allowed_tags() {
return apply_filters( 'bbp_get_allowed_tags', allowed_tags() );
}
/** Errors & Messages *********************************************************/
/**
* Display possible errors & messages inside a template file
*
* @since bbPress (r2688)
*
* @uses WP_Error bbPress::errors::get_error_codes() To get the error codes