Changeset 4659 for trunk/wp-admin/edit.php
- Timestamp:
- 12/21/2006 11:40:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r4658 r4659 196 196 case 'comments': 197 197 ?> 198 <td style="text-align: center"> <a href="edit.php?p=<?php echo $id ?>&c=1">199 <?php comments_number(__('0'), __('1'), __('%')) ?>200 </ a></td>198 <td style="text-align: center"> 199 <?php comments_number(__('0'), "<a href='edit.php?p=$id&c=1'>" . __('1') . '</a>', "<a href='edit.php?p=$id&c=1'>" . __('%') . '</a>') ?> 200 </td> 201 201 <?php 202 202 break;
Note: See TracChangeset
for help on using the changeset viewer.