Validation errors fixed. Markup cleaned up.

git-svn-id: http://svn.automattic.com/wordpress/trunk@60 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2003-05-23 14:52:31 +00:00
parent e75dc59962
commit 17c741147c
5 changed files with 81 additions and 114 deletions

View File

@@ -14,7 +14,7 @@
<!-- you can start editing here -->
<h2 id="comment">Comments</h2>
<h2>Comments</h2>
<ol id="comments">
<?php /* this line is b2's motor, do not delete it */ $wxcvbn_c=0; while($rowc = mysql_fetch_object($resultc)) { $wxcvbn_c++; $commentdata = get_commentdata($rowc->comment_ID); ?>
@@ -27,7 +27,7 @@
QQQ;
} else {
echo $commentdata["comment_author"];
} ?> <?php comment_date() ?> @ <?php comment_time() ?></cite></p>
} ?> <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
</li>
<!-- /comment -->
<?php /* end of the loop, don't delete */ } if (!$wxcvbn_c) { ?>