Ticket #4694 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Comments RSS2 needs a hook to add extra channel data

Reported by: joostdevalk Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version:
Severity: normal Keywords: has-patch commit
Cc:

Description

To be able to add extra channel data, the RSS2 comments feed needs a hook.

Attachments

comments-rss2.diff (0.6 kB) - added by joostdevalk on 08/03/07 10:04:13.
Patch

Change History

08/03/07 05:24:54 changed by Otto42

Suggest that you use <?php do_action('commentrss2_head'); ?> instead, to be more in line with the other action names and such.

Other than that, +1.

08/03/07 10:04:13 changed by joostdevalk

  • attachment comments-rss2.diff added.

Patch

08/03/07 10:04:32 changed by joostdevalk

Done, added a new patch.

08/14/07 18:05:15 changed by joostdevalk

  • keywords changed from has-patch needs-testing to has-patch commit.

Tested it myself, it works (d0h!), so I think this can be committed.

08/21/07 18:32:40 changed by ryan

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

(In [5911]) commentsrss2_head action from joostdevalk. fixes #4694