
// 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: Nerstängd &#8211; LoveFilm</title>
	<atom:link href="https://www.filmstreaming.se/lovefilm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.filmstreaming.se/lovefilm/</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: Jonas Gezelius</title>
		<link>https://www.filmstreaming.se/lovefilm/#comment-1359</link>
		<dc:creator>Jonas Gezelius</dc:creator>
		<pubDate>Mon, 16 Oct 2017 08:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.filmstreaming.se/?p=190#comment-1359</guid>
		<description>Var hittar man en motsvarande tjänst för streaming av film med lika bra utbud och sök möjligheter?</description>
		<content:encoded><![CDATA[<p>Var hittar man en motsvarande tjänst för streaming av film med lika bra utbud och sök möjligheter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zider</title>
		<link>https://www.filmstreaming.se/lovefilm/#comment-466</link>
		<dc:creator>Zider</dc:creator>
		<pubDate>Mon, 28 Jul 2014 03:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.filmstreaming.se/?p=190#comment-466</guid>
		<description>Lovefilm har stängt ner sin svenska tjänst.</description>
		<content:encoded><![CDATA[<p>Lovefilm har stängt ner sin svenska tjänst.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
