Index: modules/comment/comment-wrapper.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment-wrapper.tpl.php,v
retrieving revision 1.9
diff -u -p -F '^f' -r1.9 comment-wrapper.tpl.php
--- modules/comment/comment-wrapper.tpl.php	23 Feb 2010 09:51:21 -0000	1.9
+++ modules/comment/comment-wrapper.tpl.php	10 Mar 2010 05:05:59 -0000
@@ -32,7 +32,9 @@
 ?>
 <div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>>
   <?php if ($content['comments'] && $node->type != 'forum'): ?>
+    <?php print render($title_prefix); ?>
     <h2 class="title"><?php print t('Comments'); ?></h2>
+    <?php print render($title_suffix); ?>
   <?php endif; ?>
 
   <?php print render($content['comments']); ?>
