
// This will occur when the comment is posted
    function plc_comment_post( $incoming_comment ) {
 
    // convert everything in a comment to display literally
    $incoming_comment['comment_content'] = htmlspecialchars($incoming_comment['comment_content']);
 
    // the one exception is single quotes, which cannot be #039; because WordPress marks it as spam
    $incoming_comment['comment_content'] = str_replace( "'", '&apos;', $incoming_comment['comment_content'] );
 
    return( $incoming_comment );
    }
 
    // This will occur before a comment is displayed
    function plc_comment_display( $comment_to_display ) {
 
    // Put the single quotes back in
    $comment_to_display = str_replace( '&apos;', "'", $comment_to_display );
 
    return $comment_to_display;
}<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SF Anytime</title>
	<atom:link href="https://www.filmstreaming.se/sf-anytime/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.filmstreaming.se/sf-anytime/</link>
	<description>Alla streaming-tjänster på nätet</description>
	<lastBuildDate>Mon, 16 Oct 2017 08:36:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Agneta Luttropp</title>
		<link>https://www.filmstreaming.se/sf-anytime/#comment-897</link>
		<dc:creator>Agneta Luttropp</dc:creator>
		<pubDate>Wed, 05 Aug 2015 14:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.filmstreaming.se/?p=206#comment-897</guid>
		<description>Jag vill ha SF Amy time</description>
		<content:encoded><![CDATA[<p>Jag vill ha SF Amy time</p>
]]></content:encoded>
	</item>
</channel>
</rss>
