From 7f2c7afd0fa642bf4cafe7e5d7e86bd1667827be Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 13 Apr 2005 16:30:09 +0000 Subject: [PATCH] When editing posts, don't automatically change the post author to the current user. http://mosquito.wordpress.org/view.php?id=911 Props: dwc git-svn-id: https://develop.svn.wordpress.org/trunk@2528 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index a7caf2005e..a7a529644b 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -157,7 +157,7 @@ if ('publish' != $post_status || 0 == $post_ID) {