Typo fix from ringmaster. fixes #1717

git-svn-id: http://svn.automattic.com/wordpress/trunk@2927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-09-30 22:45:06 +00:00
parent bb27dabb29
commit 4c607e6d67
1 changed files with 1 additions and 1 deletions

View File

@ -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'];