mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Add helpful comment for the future
This commit is contained in:
parent
33153094b1
commit
524efcc43d
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ function render_recent_change($rchange)
|
||||||
*/
|
*/
|
||||||
function render_recent_change_atom($recent_changes) {
|
function render_recent_change_atom($recent_changes) {
|
||||||
global $version, $settings;
|
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 = full_url();
|
||||||
$full_url_stem = substr($full_url_stem, 0, strpos($full_url_stem, "?"));
|
$full_url_stem = substr($full_url_stem, 0, strpos($full_url_stem, "?"));
|
||||||
|
|
Loading…
Reference in a new issue