default title for wppost

pull/1/merge
friendica 12 years ago
parent 591fa095aa
commit e031a5209c

Binary file not shown.

@ -168,9 +168,9 @@ function wppost_send(&$a,&$b) {
require_once('include/bbcode.php');
$post = (($b['title']) ? '<title>' . $b['title'] . '</title>' : '');
$post .= bbcode($b['body']);
$post = xmlify($post);
$title = '<title>' . (($b['title']) ? $b['title'] : t('Post from Friendica')) . '</title>';
$post = $title . bbcode($b['body']);
$post = xmlify($post);
$xml = <<< EOT

Loading…
Cancel
Save