Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#24444 closed defect (bug) (fixed)

get_the_category_rss should call get_bloginfo_rss

Reported by: ejdanderson Owned by: DrewAPicture
Priority: normal Milestone: 4.0
Component: Feeds Version:
Severity: trivial Keywords: has-patch 4.0-early
Cc: Focuses:

Description

Currently get_the_category_rss runs the get_bloginfo_rss filter on a get_bloginfo call. I don't see why its not just calling get_bloginfo_rss. At the very least, the filter needs the extra 'show' argument at the end to be consistant with the filter in other places.

Attachments (1)

feed.diff (775 bytes ) - added by ejdanderson 13 years ago.
replace get_bloginfo with get_bloginfo_rss

Download all attachments as: .zip

Change History (7)

@ejdanderson
13 years ago

replace get_bloginfo with get_bloginfo_rss

#1 @DJPaul
13 years ago

  • Cc djpaul@… added

The current behaviour also causes PHP Warnings for plugins that filter "get_bloginfo_rss" and expect two parameters.

#2 @SergeyBiryukov
12 years ago

  • Keywords 4.0-early added
  • Milestone Awaiting ReviewFuture Release

#3 @wonderboymusic
12 years ago

  • Milestone Future Release4.0

#4 @wonderboymusic
12 years ago

  • Resolutionfixed
  • Status newclosed

In [28258].

#5 @DrewAPicture
12 years ago

  • Resolution fixed
  • Status closedreopened

The filter was removed in [28258] but not the doc line. Fixing ...

#6 @DrewAPicture
12 years ago

  • Owner set to DrewAPicture
  • Resolutionfixed
  • Status reopenedclosed

In 28283:

Where a filter no longer exists, it need not be notated.

Fixes #24444. See r28258.

Note: See TracTickets for help on using tickets.