forked from friendica/friendica-addons
ljpost typos
This commit is contained in:
parent
c76f70605f
commit
68cb647421
|
@ -171,11 +171,11 @@ $title = '<title>' . (($b['title']) ? $b['title'] : t('Post from Friendica')) .
|
||||||
$post = $title . bbcode($b['body']);
|
$post = $title . bbcode($b['body']);
|
||||||
$post = xmlify($post);
|
$post = xmlify($post);
|
||||||
|
|
||||||
$year = date('Y')
|
$year = date('Y');
|
||||||
$month = date('F')
|
$month = date('F');
|
||||||
$day = date('l')
|
$day = date('l');
|
||||||
$hour = date('H')
|
$hour = date('H');
|
||||||
$min = date('i')
|
$min = date('i');
|
||||||
|
|
||||||
$xml = <<< EOT
|
$xml = <<< EOT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue