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