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:
@@ -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'; ?>
|
||||
|
||||
Reference in New Issue
Block a user