#1087 closed defect (bug) (wontfix)
Use wp_rel_nofollow for adding rel=nofollow
| Reported by: | kim | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 1.5 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is the intended behaviour, a plugin disabling nofollow could simply filter out these instances as well as removing the wp_rel_nofollow filter.