Typo fix from ringmaster. fixes #1717

git-svn-id: https://develop.svn.wordpress.org/trunk@2927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-09-30 22:45:06 +00:00
parent 5076d8f999
commit 3c787da1e8
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'];