diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/inove/comments.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/inove/comments.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,210 @@ + + +post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?> +
+ 0) { + // for WordPress 2.7 or higher + if (function_exists('wp_list_comments')) { + wp_list_comments('type=comment&callback=custom_comments'); + // for WordPress 2.6.3 or lower + } else { + foreach ($comments as $comment) { + if($comment->comment_type != 'pingback' && $comment->comment_type != 'trackback') { + custom_comments($comment, null, null); + } + } + } + } else { + ?> +
+ + + + + ++ + +-
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + +