Remove unneeded $postquery lvalue. From Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7f3d0a8af1
commit
1b963e06d8
@ -120,7 +120,7 @@ case 'post':
|
||||
('0', '$user_ID', '$now', '$now_gmt', '$content', '$post_title', '$excerpt', '$post_status', '$comment_status', '$ping_status', '$post_password', '$post_name', '$trackback', '$now', '$now_gmt')
|
||||
";
|
||||
}
|
||||
$postquery =
|
||||
|
||||
$result = $wpdb->query($postquery);
|
||||
|
||||
$post_ID = $wpdb->get_var("SELECT ID FROM $wpdb->posts ORDER BY ID DESC LIMIT 1");
|
||||
|
Loading…
Reference in New Issue
Block a user