Opened 12 years ago
Last modified 10 years ago
#6053 new defect (bug)
Links in Group Description should be nofollow'd
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Contributions |
| Component: | Groups | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not as easy as slapping on
add_filter( 'bp_get_group_description', 'wp_rel_nofollow' );, alas. :)