Changeset 457 for trunk/b2comments.php
- Timestamp:
- 10/20/2003 05:12:16 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/b2comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.php
r407 r457 37 37 <li id="comment-<?php comment_ID() ?>"> 38 38 <?php comment_text() ?> 39 <p><cite><?php comment_type(); ?> by <?php comment_author_link() ?> <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>39 <p><cite><?php comment_type(); ?> by <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p> 40 40 </li> 41 41
Note: See TracChangeset
for help on using the changeset viewer.