Make WordPress Core


Ignore:
Timestamp:
01/04/2005 05:07:57 AM (20 years ago)
Author:
rboren
Message:

Backport of Michael's 1.2.6 changes. Ported by bcrow. Bug 619.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/kubrick/comments.php

    r2013 r2039  
    2121
    2222<?php if ($comments) : ?>
    23     <a name="comments"></a><h3><?php comments_number('No Responses','One Response','% Responses' );?> to '<?php the_title(); ?>'</h3>
     23    <h3 id="comments"><?php comments_number('No Responses','One Response','% Responses' );?> to '<?php the_title(); ?>'</h3>
    2424
    2525    <ol class="commentlist">
     
    2727    <?php foreach ($comments as $comment) : ?>
    2828
    29         <li class="<?php echo $oddcomment; ?>">
    30             <a name="comment-<?php comment_ID() ?>"></a><cite><?php comment_author_link() ?></cite> Says:<br />
     29        <li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
     30            <cite><?php comment_author_link() ?></cite> Says:<br />
    3131            <!--<small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title="<?php comment_date('l, F jS, Y') ?> at <?php comment_time() ?>"><?php /* $entry_datetime = abs(strtotime($post->post_date)); $comment_datetime = abs(strtotime($comment->comment_date)); echo time_since($entry_datetime, $comment_datetime) */ ?></a> after publication. <?php edit_comment_link('e','',''); ?></small>-->
    3232            <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></small>
     
    6060<?php if ('open' == $post-> comment_status) : ?>
    6161
    62 <a name="respond"></a><h3>Leave a Comment</h3>
     62<h3 id="respond">Leave a Reply</h3>
    6363<form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
    6464
Note: See TracChangeset for help on using the changeset viewer.