Ticket #5247 (closed enhancement: fixed)

Opened 1 year ago

Last modified 10 months ago

comments_popup_link needs a filter

Reported by: joostdevalk Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: General Version: 2.3
Severity: normal Keywords: needs-testing has-patch
Cc: joostdevalk

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

commentspopuplink.patch (1.5 kB) - added by joostdevalk on 12/08/07 20:26:51.
Patch

Change History

12/08/07 20:26:51 changed by joostdevalk

  • attachment commentspopuplink.patch added.

Patch

12/08/07 20:27:53 changed by joostdevalk

  • keywords set to needs-testing has-patch.

12/10/07 06:53:59 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

12/10/07 20:48:31 changed by matt

  • status changed from closed to reopened.
  • resolution deleted.

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

12/10/07 20:49:46 changed by matt

  • status changed from reopened to closed.
  • resolution set to fixed.

(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.