Opened 11 years ago
Last modified 9 years ago
#6053 new defect (bug)
Links in Group Description should be nofollow'd
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Contributions | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Groups | Keywords: | |
| Cc: |
Description
Links in Group Description should be nofollow'd to make this area less effective for spammers.
Suggested by @techytoo on the forums: https://buddypress.org/support/topic/relnofollow-group-description/#post-230132
This should be as easy as adding a filter.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Not as easy as slapping on
add_filter( 'bp_get_group_description', 'wp_rel_nofollow' );, alas. :)