mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
More accessible comment links
git-svn-id: https://develop.svn.wordpress.org/trunk@3065 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6666f2ac8f
commit
0ee2f9046d
@ -281,7 +281,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
|
||||
if (!empty($CSSclass)) {
|
||||
echo ' class="'.$CSSclass.'"';
|
||||
}
|
||||
echo '>';
|
||||
echo 'title="' . __( sprintf('Comment on %s', $post->post_title) ) .'">';
|
||||
comments_number($zero, $one, $more, $number);
|
||||
echo '</a>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user