Fix typo. Bug 540. Patch from Froosh.
git-svn-id: https://develop.svn.wordpress.org/trunk@1942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
92dd459497
commit
15d5b48f70
@ -240,7 +240,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
$post_date = mysql2date('Ymd\TH:i:s', $entry['post_date']);
|
||||
$categories = implode(',', wp_get_post_cats(1, $entry['ID']));
|
||||
|
||||
$content = '<title>'.stripslashes($entry['post_itle']).'</title>';
|
||||
$content = '<title>'.stripslashes($entry['post_title']).'</title>';
|
||||
$content .= '<category>'.$categories.'</category>';
|
||||
$content .= stripslashes($entry['post_content']);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user