mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Link it even if it's zero because it counts approved comments and you might want to go to that page even if there are no approved comments yet.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8a486dfe60
commit
05996c589f
@ -196,7 +196,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
|
|||||||
case 'comments':
|
case 'comments':
|
||||||
?>
|
?>
|
||||||
<td style="text-align: center">
|
<td style="text-align: center">
|
||||||
<?php comments_number(__('0'), "<a href='edit.php?p=$id&c=1'>" . __('1') . '</a>', "<a href='edit.php?p=$id&c=1'>" . __('%') . '</a>') ?>
|
<?php comments_number("<a href='edit.php?p=$id&c=1'>" . __('0') . '</a>', "<a href='edit.php?p=$id&c=1'>" . __('1') . '</a>', "<a href='edit.php?p=$id&c=1'>" . __('%') . '</a>') ?>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user