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.
Built from https://develop.svn.wordpress.org/trunk@31776


git-svn-id: http://core.svn.wordpress.org/trunk@31756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-03-14 00:53:27 +00:00
parent 634df7e4a4
commit bc54c02021
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta1-31775';
$wp_version = '4.2-beta1-31776';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.