Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#14214 closed defect (bug) (fixed)

the_content_feed() does not pass param to get_the_content_feed()

Reported by: peaceablewhale Owned by:
Priority: normal Milestone: 3.1
Component: Feeds Version: 3.0
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

the_content_feed() does not currently pass the "$feed_type" parameter to get_the_content_feed(), which it should.

Attachments (1)

14214.patch (373 bytes ) - added by peaceablewhale 16 years ago.

Download all attachments as: .zip

Change History (4)

#1 @nacin
16 years ago

  • Milestone Awaiting Review3.1

#2 follow-up: @peaceablewhale
16 years ago

Fixed in [15371]. Will there a patch for 3.0.1?

#3 in reply to: ↑ 2 @nacin
16 years ago

  • Resolutionfixed
  • Status newclosed

Replying to peaceablewhale:

Fixed in [15371]. Will there a patch for 3.0.1?

I actually moved this to 3.1 seconds before commit, and assumed the changeset woud close it. Didn't catch that the hook failed to fire.

Leaning towards no. It was introduced in 2.9 with the bug, so it isn't a regression. It appears it is also is only there to provide context for the filter for a plugin, and not to actually offer different content. So if anything, this is basically a 3.1 enhancement...

Note: See TracTickets for help on using tickets.