mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Validation errors fixed. Markup cleaned up.
git-svn-id: https://develop.svn.wordpress.org/trunk@60 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-2
@@ -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) { ?>
|
||||
|
||||
Reference in New Issue
Block a user