Make WordPress Core


Ignore:
Timestamp:
04/27/2007 05:30:23 AM (18 years ago)
Author:
matt
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r5323 r5331  
    197197        ?>
    198198        <td style="text-align: center">
    199             <?php comments_number(__('0'), "<a href='edit.php?p=$id&amp;c=1'>" . __('1') . '</a>', "<a href='edit.php?p=$id&amp;c=1'>" . __('%') . '</a>') ?>
     199            <?php comments_number("<a href='edit.php?p=$id&amp;c=1'>" . __('0') . '</a>', "<a href='edit.php?p=$id&amp;c=1'>" . __('1') . '</a>', "<a href='edit.php?p=$id&amp;c=1'>" . __('%') . '</a>') ?>
    200200            </td>
    201201        <?php
Note: See TracChangeset for help on using the changeset viewer.