Changeset 457
- Timestamp:
- 10/20/2003 05:12:16 AM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
b2comments.php (modified) (1 diff)
-
b2commentspopup.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 -
trunk/b2commentspopup.php
r442 r457 43 43 <li id="comment-<?php comment_ID() ?>"> 44 44 <?php comment_text() ?> 45 <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>45 <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> 46 46 </li> 47 47
Note: See TracChangeset
for help on using the changeset viewer.