From af7a390c592d953c7f3999d85611ef742107d90b Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@2528 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a7caf2005..a7a529644 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) {