Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 16 years ago

#1087 closed defect (bug) (wontfix)

Use wp_rel_nofollow for adding rel=nofollow

Reported by: kim's profile kim Owned by: matt's profile matt
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)

nofollow.diff (2.8 KB) - added by kim 20 years ago.

Download all attachments as: .zip

Change History (4)

#1 @kim
20 years ago

  • Patch set to No

#2 @ryan
20 years ago

  • Owner changed from anonymous to matt
  • Status changed from new to assigned

#3 @matt
20 years ago

  • Resolution changed from 10 to 90
  • Status changed from assigned to closed

This is the intended behaviour, a plugin disabling nofollow could simply filter out these instances as well as removing the wp_rel_nofollow filter.

@kim
20 years ago

Note: See TracTickets for help on using tickets.