Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 9 years ago

#2995 closed defect (bug) (fixed)

rel="nofollow" duplicated when comments are edited

Reported by: macmanx Owned by: filosofo
Priority: normal Milestone:
Component: General Version: 2.1
Severity: normal Keywords: comments editing nofollow bg|has-patch
Cc: Focuses:

Description

Under WordPress v2.0.4, the rel="nofollow" attribute added to links inside the comments is duplicated whenever a comment is edited.

For example, a link inside a comment displays the following structure are the first posting:

<a href="url" rel="nofollow">title</a>

After the first edit, the structure becomes:

<a href="url" rel="nofollow" rel="nofollow">title</a>

After the second edit, the structure becomes:

<a href="url" rel="nofollow" rel="nofollow" rel="nofollow">title</a>

And so forth.

Fortunately, the rel="nofollow" attributes are visible in the comment editing interface and can be removed to return the links to only one rel="nofollow" attribute.

I have tested this with both my current configuration and under the Default theme with no active plugins.

Attachments (1)

formatting.php.diff (582 bytes ) - added by filosofo 20 years ago.

Download all attachments as: .zip

Change History (7)

#1 @filosofo
20 years ago

  • Keywords bg|has-patch added
  • Owner changed from anonymous to filosofo
  • Version 2.0.42.1

My patch fixes this problem.

#2 @ryan
20 years ago

  • Resolutionfixed
  • Status newclosed

(In [4135]) Don't duplicate nofollow on edit. Props filosofo. fixes #2995

#3 @ryan
20 years ago

(In [4233]) Don't duplicate nofollow on edit. Props filosofo. fixes #2995

#4 @foolswisdom
20 years ago

  • Milestone 2.12.0.5

#5 @(none)
20 years ago

  • Milestone 2.0.5

Milestone 2.0.5 deleted

This ticket was mentioned in Slack in #community-events by colmtroy. View the logs.


9 years ago

Note: See TracTickets for help on using tickets.