<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Bug in comments.php</title>
		<link>http://www.kriesi.at/support/topic/bug-in-commentsphp</link>
		<description>Support Forum - Topic: Bug in comments.php</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 23:54:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/bug-in-commentsphp" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Bug in comments.php"</title>
			<link>http://www.kriesi.at/support/topic/bug-in-commentsphp#post-36110</link>
			<pubDate>Thu, 29 Dec 2011 17:23:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the hint. I'll report it to Kriesi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>naranili on "Bug in comments.php"</title>
			<link>http://www.kriesi.at/support/topic/bug-in-commentsphp#post-36089</link>
			<pubDate>Thu, 29 Dec 2011 14:11:30 +0000</pubDate>
			<dc:creator>naranili</dc:creator>
			<guid isPermaLink="false">36089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There is a small bug in comments.php.&#60;/p&#62;
&#60;p&#62;If comments are disabled the &#34;Leave a reply ......&#34; Text will be displayed.&#60;/p&#62;
&#60;p&#62;I think the bottom of the comment.php file should looks like :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( ! comments_open() ) :
?&#38;gt;
	&#38;lt;p&#38;gt;&#38;lt;?php _e( &#38;#39;Comments are closed.&#38;#39;, &#38;#39;avia_framework&#38;#39; ); ?&#38;gt;&#38;lt;/p&#38;gt;

&#38;lt;?php

else:

	/* Last but not least the comment_form() wordpress function
	 * renders the comment form as defined by wordpress itself
	 * if you want to modify the submission form check the documentation here:
	 * &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/comment_form&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/comment_form&#60;/a&#62;
	 */
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_meta_container&#38;#39;&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;h3 class=&#38;#39;miniheading&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Leave a Reply&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;span class=&#38;#39;minitext&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Want to join the discussion? &#38;lt;br/&#38;gt;Feel free to contribute!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
	 echo &#38;quot;&#38;lt;div class=&#38;#39;comment_container&#38;#39;&#38;gt;&#38;quot;;
	 comment_form();
	 echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

endif; // end ! comments_open()
?&#38;gt;

&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
