Changeset 7144
- Timestamp:
- 03/03/2008 09:13:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r7130 r7144 632 632 <a href="edit-comments.php?s=<?php comment_author_IP() ?>&mode=detail"><?php comment_author_IP() ?></a> 633 633 </p> 634 < p><?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?></p>634 <?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?> 635 635 <p><?php printf(__('From %1$s, %2$s'), $post_link, $ptime) ?></p> 636 636 </td>
Note: See TracChangeset
for help on using the changeset viewer.