Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#14214 closed defect (bug) (fixed)

the_content_feed() does not pass param to get_the_content_feed()

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

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 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1

#2 follow-up: @peaceablewhale
14 years ago

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

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

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

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.