Make WordPress Core

Changeset 457 for trunk/b2comments.php


Ignore:
Timestamp:
10/20/2003 05:12:16 AM (22 years ago)
Author:
saxmatt
Message:

Stylistic tweak, seperate name and date in comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2comments.php

    r407 r457  
    3737<li id="comment-<?php comment_ID() ?>">
    3838<?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() ?> &#8212; <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
    4040</li>
    4141
Note: See TracChangeset for help on using the changeset viewer.