parse error (while making wordpress theme comments.php)
Posted: Wed Apr 28, 2010 3:06 am
Hi!
I've problem thath i can't solve by myself. So i hope someone can help me here with this code that i wrote for Wordpress theme, comments.php.
Soo, here is the problem:
Parse error: parse error in \wp-content\themes\b&w\comments.php on line 84
Here is the broken line:
And here is FULL php code of comments.php: http://paste.php.lv/796b3170cf0bfe0bc28 ... 8?lang=php
With regards,
Rich
I've problem thath i can't solve by myself. So i hope someone can help me here with this code that i wrote for Wordpress theme, comments.php.
Soo, here is the problem:
Parse error: parse error in \wp-content\themes\b&w\comments.php on line 84
Here is the broken line:
Code: Select all
<?php if ($post-> comment_status == "open" && $post->ping_status == "open") { ?>With regards,
Rich