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:
parent
5076d8f999
commit
3c787da1e8
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user