swak / carrington

Automatically exported from code.google.com/p/carrington
0 stars 0 forks source link

"Custom Colors" option makes php code appear in published website. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, have tried but we cannot reproduce this problem.

Original comment by alexking...@gmail.com on 5 Apr 2009 at 10:13