lucero
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: wp-rss2.php broken after localizationtry : http://www.eirikso.com/index.php?feed=rss2&withcomments=1
and http://www.eirikso.com/index.php?feed=rss2&withcomments=1&p=45 😉look: http://mosquito.wordpress.org/view.php?id=915
will hopefully change in 1.5.1 release
Forum: Requests and Feedback
In reply to: wp-rss2.php broken after localizationtry this:
http://solstue.eirikso.com/mat/index.php?feed=rss2
should work according to feedvilidator.org
http://feedvalidator.org/check.cgi?url=http://solstue.eirikso.com/mat/index.php?feed=rss2Forum: Requests and Feedback
In reply to: wp-rss2.php broken after localizationaddition
echo utf8_encode(html_entity_decode($title));instead of
echo $title;in wp-includes/feed-functions.php line 12
will fix this problem.
Forum: Requests and Feedback
In reply to: wp-rss2.php broken after localizationthe title should not contain html entities.
a “ø” works fine for me
øwont workhere ist a list of unicodes, they should work instead:
http://unicode.e-workers.de/unicode.phpa <![CDATA[<?php the_title_rss() ?>]]> in wp-rss2.php should fix it, but i think its unfunctional cause a reader will show the plain html entity instead.
Forum: Requests and Feedback
In reply to: wp-rss2.php broken after localizationdue the update of more and more wordpress blogs to 1.5, many rss2 feeds are broken – i thing this bug should marked as “urgent” 😉
all 1. 5 blogs with localization are affected!
is there bugtracking system for wordpress?