Ticket #5217: header fix.patch
| File header fix.patch, 607 bytes (added by , 18 years ago) |
|---|
-
edit-form-comment.php
6 6 ?> 7 7 8 8 <form name="post" action="comment.php" method="post" id="post"> 9 <h2><?php echo $toprow_title; ?></h2> 9 10 10 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 11 11 <div class="wrap"> 12 <h2><?php echo $toprow_title; ?></h2> 12 13 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 13 14 <input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' /> 14 15