File: bp-forums/common/formatting.php |
Description |
|---|---|
| bbp_make_clickable |
Added for convert to space fron content |
| bbp_convert_mentions() |
Convert mentions into links |
| bbp_rel_nofollow() |
Catches links so rel=nofollow can be added (on output, not save) |
| bbp_rel_nofollow_callback() |
Adds rel=nofollow to a link |
| bbp_make_clickable() |
Convert plaintext URI to HTML links. |
| bbp_make_urls_clickable() |
Make URLs clickable in content areas |
| bbp_make_ftps_clickable() |
Make FTP clickable in content areas |
| bbp_make_emails_clickable() |
Make emails clickable in content areas |
| bbp_make_mentions_clickable() |
Make mentions clickable in content areas |
| bbp_make_mentions_clickable_callback() |
Callback to convert mention matchs to HTML A tag. |