Index: comment-functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/comment-functions.php,v
retrieving revision 1.29
diff -u -r1.29 comment-functions.php
--- comment-functions.php	14 Feb 2005 09:17:23 -0000	1.29
+++ comment-functions.php	1 Mar 2005 18:52:10 -0000
@@ -87,7 +87,7 @@
     echo $javascript;
 }
 
-function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Comments', $CSSclass='', $none='Comments Off') {
+function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Comments', $CSSclass='', $none='Comments Off', $title) {
     global $id, $wpcommentspopupfile, $wpcommentsjavascript, $post, $wpdb;
     global $comment_count_cache;
 
@@ -123,6 +123,9 @@
         if (!empty($CSSclass)) {
             echo ' class="'.$CSSclass.'"';
         }
+        if (!empty($title)) {
+            echo ' title="'.$title.'"';
+        }
         echo '>';
         comments_number($zero, $one, $more, $number);
         echo '</a>';
