Make WordPress Core

Ticket #30307: comment-reply-template.patch

File comment-reply-template.patch, 530 bytes (added by dllh, 10 years ago)

Removes user_ID hidden field from quick edit form

  • wp-admin/includes/template.php

     
    518518        <br class="clear" />
    519519        </p>
    520520
    521         <input type="hidden" name="user_ID" id="user_ID" value="<?php echo get_current_user_id(); ?>" />
    522521        <input type="hidden" name="action" id="action" value="" />
    523522        <input type="hidden" name="comment_ID" id="comment_ID" value="" />
    524523        <input type="hidden" name="comment_post_ID" id="comment_post_ID" value="" />