Validation fixes from nbachiyski. fixes #5962

git-svn-id: http://svn.automattic.com/wordpress/trunk@6980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-22 17:30:43 +00:00
parent a93e4504f6
commit 90ef210610
15 changed files with 30 additions and 29 deletions

View File

@@ -171,9 +171,7 @@ $comments = array_slice( $comments, $start, $stop );
| <?php _e( 'IP:' ); ?> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP(); ?>"><?php comment_author_IP(); ?></a>
</p>
<p>
<?php comment_text(); ?>
</p>
<?php comment_text(); ?>
<p>
<?php comment_date( __( 'M j, g:i A' ) ); ?>
@@ -237,4 +235,4 @@ $comments = array_slice( $comments, $start, $stop );
</script>
</form>
</div>
<?php include_once './admin-footer.php'; ?>
<?php include_once './admin-footer.php'; ?>