mirror of
https://code.castopod.org/adaures/castopod
synced 2025-09-23 12:06:08 +00:00
Compare commits
2 Commits
d74a44387f
...
d54139b18c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d54139b18c | ||
![]() |
4a3632e061 |
@ -64,7 +64,7 @@ if (! function_exists('get_rss_feed')) {
|
||||
|
||||
// the last build date corresponds to the creation of the feed.xml cache
|
||||
$channel->addChild('lastBuildDate', (new Time('now'))->format(DATE_RFC1123));
|
||||
$channel->addChild('generator', 'Castopod - https://castopod.org/');
|
||||
$channel->addChild('generator', sprintf('Castopod/%s (+https://castopod.org/)', CP_VERSION));
|
||||
$channel->addChild('docs', 'https://cyber.harvard.edu/rss/rss.html');
|
||||
|
||||
if ($podcast->guid === '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user