From 546f3c348b51d975c4c4291c70f8b80528d1bc99 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 14 Mar 2015 00:52:15 +0000 Subject: [PATCH] Remove hidden `user_id` input from Edit Comment screen. Since [31172], it caused the comment's `user_id` field to be unexpectedly changed to the user who edits the comment. fixes #30307. git-svn-id: https://develop.svn.wordpress.org/trunk@31776 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-form-comment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/edit-form-comment.php b/src/wp-admin/edit-form-comment.php index 96d132bcb3..fa04dcdefb 100644 --- a/src/wp-admin/edit-form-comment.php +++ b/src/wp-admin/edit-form-comment.php @@ -16,7 +16,6 @@ if ( !defined('ABSPATH') )

-