#1087 closed defect (bug) (wontfix)
Use wp_rel_nofollow for adding rel=nofollow
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | Optimization | Keywords: | |
Focuses: | Cc: |
Description
Some parts of the code add rel=nofollow "hardcoded" as opposed to using the wp_rel_nofollow filter.
Attached is a patch that changes this so that the wp_rel_nofollow filter is used in all cases.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This is the intended behaviour, a plugin disabling nofollow could simply filter out these instances as well as removing the wp_rel_nofollow filter.