Make WordPress Core

Ticket #4524: 4524.diff

File 4524.diff, 502 bytes (added by Nazgul, 17 years ago)
  • wp-admin/edit-form-comment.php

     
    66?>
    77
    88<form name="post" action="comment.php" method="post" id="post">
     9<h2><?php echo $toprow_title; ?></h2>
    910<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
    1011<div class="wrap">
    1112<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />