mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
compatibility: version discovery
This commit is contained in:
parent
5bfb0ba4c2
commit
a1c069ee02
5 changed files with 7 additions and 2 deletions
|
@ -176,6 +176,7 @@
|
|||
}
|
||||
|
||||
$atom .= replace_macros($feed_template, array(
|
||||
'$version' => xmlify(FRIENDIKA_VERSION),
|
||||
'$feed_id' => xmlify($a->get_baseurl() . '/profile/' . $owner['nickname'] ),
|
||||
'$feed_title' => xmlify($owner['name']),
|
||||
'$feed_updated' => xmlify(datetime_convert('UTC', 'UTC', $updated . '+00:00' , ATOM_TIME)) ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue