What steps will reproduce the problem?
1. In "Appearances" go to "Carrington" section.
2. Set "Customize colors" to "yes". (It is not necessary to actually change
the colors.
3. Save Changes.
What is the expected output? What do you see instead?
When you go back to the blog site, a line of PHP code is displayed above
the Header on the page. (See attachement.) The line of code reads:
add_filter('the_content', 'rss_comment_footer'); function
rss_comment_footer( $content ) { if ( is_feed() ) { if ( comments_open() )
{ $content .= "\n\nComments.\n"; } } return $content;
What version of the product are you using? On what operating system?
Most recent version, hosted on Hosting Matters.
Please provide any additional information below.
Original issue reported on code.google.com by doyce.te...@gmail.com on 25 Mar 2009 at 3:18
Original issue reported on code.google.com by
doyce.te...@gmail.com
on 25 Mar 2009 at 3:18Attachments: