Index: modules/comment/comment-wrapper.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment-wrapper.tpl.php,v
retrieving revision 1.8
diff -U 3 -r1.8 comment-wrapper.tpl.php
--- modules/comment/comment-wrapper.tpl.php	11 Sep 2009 06:48:02 -0000	1.8
+++ modules/comment/comment-wrapper.tpl.php	5 Jan 2010 08:17:24 -0000
@@ -32,7 +32,9 @@
 ?>
 <div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>>
   <?php if ($node->type != 'forum'): ?>
+    <?php print render($title_prefix); ?>
     <h2 class="comments"><?php print t('Comments'); ?></h2>
+    <?php print render($title_suffix); ?>
   <?php endif; ?>
 
   <?php print render($content['comments']); ?>