Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5247 closed enhancement (fixed)

comments_popup_link needs a filter

Reported by: joostdevalk's profile joostdevalk Owned by:
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.3
Component: General Keywords: needs-testing has-patch
Focuses: Cc:

Description

To be able to add additional stuff to the comments_popup_link (like rel="nofollow"), the output of this function should be filtered.

Attachments (1)

commentspopuplink.patch (1.5 KB) - added by joostdevalk 17 years ago.
Patch

Download all attachments as: .zip

Change History (5)

#1 @joostdevalk
17 years ago

  • Keywords needs-testing has-patch added

#2 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6368]) comments_popup_link filter from joostdevalk. fixes #5247

#3 @matt
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

joostdevalk, please check your patches more carefully. This causes visible brokenness on the front page of anyone who uses it.

#4 @matt
17 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [6372]) Revert [6368]. Fixes #5448, fixes #5247 by adding a new filter to hook in specifically to add attributes, rather than filtering the whole thing. Minor formatting cleanup of comments_popup_link.

Note: See TracTickets for help on using tickets.