mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 17:23:00 +00:00
parent
995ef39901
commit
9dbb3b5dc0
3 changed files with 9 additions and 1 deletions
|
@ -1763,6 +1763,10 @@ function render_recent_changes($recent_changes)
|
||||||
|
|
||||||
$content .= "$next_entry\n";
|
$content .= "$next_entry\n";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$content .= implode("\n", $rchange_results);
|
||||||
|
}
|
||||||
|
|
||||||
$last_time = date("dmY", $rchange->timestamp);
|
$last_time = date("dmY", $rchange->timestamp);
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds recent changes. Access through the 'recent-changes' action.",
|
"description": "Adds recent changes. Access through the 'recent-changes' action.",
|
||||||
"id": "feature-recent-changes",
|
"id": "feature-recent-changes",
|
||||||
"lastupdate": 1459774466,
|
"lastupdate": 1459952614,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -167,6 +167,10 @@ function render_recent_changes($recent_changes)
|
||||||
|
|
||||||
$content .= "$next_entry\n";
|
$content .= "$next_entry\n";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$content .= implode("\n", $rchange_results);
|
||||||
|
}
|
||||||
|
|
||||||
$last_time = date("dmY", $rchange->timestamp);
|
$last_time = date("dmY", $rchange->timestamp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue