Make WordPress Core

Ticket #5217: header fix.patch

File header fix.patch, 607 bytes (added by Simek, 18 years ago)

fix patch

  • edit-form-comment.php

     
    66?>
    77
    88<form name="post" action="comment.php" method="post" id="post">
    9 <h2><?php echo $toprow_title; ?></h2>
     9
    1010<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
    1111<div class="wrap">
     12<h2><?php echo $toprow_title; ?></h2>
    1213<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
    1314<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
    1415