Make WordPress Core

Changeset 457


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

Stylistic tweak, seperate name and date in comments.

Location:
trunk
Files:
2 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
  • trunk/b2commentspopup.php

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