From 667899569f1399f95ddaeee4026b51c09244c935 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 3 Apr 2015 13:27:32 +0000 Subject: [PATCH] Remove hidden `user_id` input from `wp_comment_reply()`. Since [31172], it caused the comment's `user_id` field to be unexpectedly changed to the user who edits the comment. See [31776] for Edit Comment screen. props dllh. fixes #30307. git-svn-id: https://develop.svn.wordpress.org/trunk@31999 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index ca064233e6..10023c1b06 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -518,7 +518,6 @@ function wp_comment_reply( $position = 1, $checkbox = false, $mode = 'single', $

-