From 4c607e6d67140370c91e62807eeaaf0e142d5ac0 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 30 Sep 2005 22:45:06 +0000 Subject: [PATCH] Typo fix from ringmaster. fixes #1717 git-svn-id: http://svn.automattic.com/wordpress/trunk@2927 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index 68f7ed10d..6a29a6392 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -15,7 +15,7 @@ function write_post() { $_POST['to_ping'] = $_POST['trackback_url']; if (!empty ($_POST['post_author_override'])) { - $_POST['$post_author'] = (int) $_POST['post_author_override']; + $_POST['post_author'] = (int) $_POST['post_author_override']; } else if (!empty ($_POST['post_author'])) { $_POST['post_author'] = (int) $_POST['post_author'];