1 | Index: comment-functions.php |
---|
2 | =================================================================== |
---|
3 | RCS file: /cvsroot/cafelog/wordpress/wp-includes/comment-functions.php,v |
---|
4 | retrieving revision 1.29 |
---|
5 | diff -r1.29 comment-functions.php |
---|
6 | 90c90 |
---|
7 | < function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Comments', $CSSclass='', $none='Comments Off') { |
---|
8 | --- |
---|
9 | > function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Comments', $CSSclass='', $none='Comments Off', $title='') { |
---|
10 | 125a126,128 |
---|
11 | > if (!empty($title)) { |
---|
12 | > echo ' title="'.$title.'"'; |
---|
13 | > } |
---|