Validation fixes from nbachiyski. fixes #5962

git-svn-id: https://develop.svn.wordpress.org/trunk@6980 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-22 17:30:43 +00:00
parent f843a57e06
commit 18875a91a8
15 changed files with 30 additions and 29 deletions
+1
View File
@@ -96,6 +96,7 @@ if ( $extra_comments ) : ?>
<input type="hidden" name="page" value="<?php echo $page; ?>" />
<input type="hidden" name="s" value="<?php echo attribute_escape(@$_GET['s']); ?>" />
<?php wp_nonce_field( 'add-comment', '_ajax_nonce', false ); ?>
</form>
</div>
<?php endif; // $extra_comments ?>