Fix typo. Bug 540. Patch from Froosh.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
036efdfdc2
commit
8767434e31
|
@ -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…
Reference in New Issue