Make WordPress Core

Ticket #1009: patch.2

File patch.2, 604 bytes (added by anonymousbugger, 20 years ago)
Line 
1Index: comment-functions.php
2===================================================================
3RCS file: /cvsroot/cafelog/wordpress/wp-includes/comment-functions.php,v
4retrieving revision 1.29
5diff -r1.29 comment-functions.php
690c90
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='') {
10125a126,128
11>         if (!empty($title)) {
12>             echo ' title="'.$title.'"';
13>         }