Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
blog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2009 at 08:44 UTC
Updated:
13 Apr 2011 at 04:19 UTC
Jump to comment: Most recent file
Comments
Comment #2
tic2000 commentedComment #3
alex.k commentedExpanding on original patch to also translate the title of site-wide recent blog feed. Also attaching a 6.x version of this patch.
Comment #4
damien tournoud commentedOh my, this is bad!
Comment #5
webchickNice catch! Committed to HEAD.
Although now that I just did this, should it be "@" instead of "!"? If a site title is <BANANAS!> that seems like it could probably break your feed.
If so, please re-roll, if not please mark RTBC for 6.x.
Comment #6
tic2000 commentedYes, it should be "@" so the variable is passed to check_plain().
Comment #7
damien tournoud commented! is the correct placeholder, those are encoded in the resulting XML (in http://api.drupal.org/api/function/format_rss_channel/7).
Comment #8
gábor hojtsyCommitted to 6.x, thanks! I'd supposed it applies to 5.x too.
Comment #9
marcingy commentedMarking as won't fix as d5 is end of life.