More accessible comment links
git-svn-id: http://svn.automattic.com/wordpress/trunk@3065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c45ca605cb
commit
1301fdf266
|
@ -281,7 +281,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
|
||||||
if (!empty($CSSclass)) {
|
if (!empty($CSSclass)) {
|
||||||
echo ' class="'.$CSSclass.'"';
|
echo ' class="'.$CSSclass.'"';
|
||||||
}
|
}
|
||||||
echo '>';
|
echo 'title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">';
|
||||||
comments_number($zero, $one, $more, $number);
|
comments_number($zero, $one, $more, $number);
|
||||||
echo '</a>';
|
echo '</a>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue