Add helpful comment for the future

This commit is contained in:
Starbeamrainbowlabs 2019-01-24 20:56:25 +00:00
parent 33153094b1
commit 524efcc43d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ function render_recent_change($rchange)
*/
function render_recent_change_atom($recent_changes) {
global $version, $settings;
// See http://www.atomenabled.org/developers/syndication/#sampleFeed for easy-to-read Atom 1.0 docs
$full_url_stem = full_url();
$full_url_stem = substr($full_url_stem, 0, strpos($full_url_stem, "?"));