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:
rboren 2004-12-13 14:55:13 +00:00
parent 036efdfdc2
commit 8767434e31
1 changed files with 1 additions and 1 deletions

View File

@ -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']);