diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-02-20 14:03:29 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-02-20 14:03:29 +0100 |
commit | 4d5954c8d1f8bcc5450f8cf70d8139cf5a1e697d (patch) | |
tree | c1fc0379884b564842c354ca71a64e4ae5fe91c9 /inc | |
parent | 621bbd2a24f6ceac0310c04b27e11a2c7c325294 (diff) | |
download | rpg-4d5954c8d1f8bcc5450f8cf70d8139cf5a1e697d.tar.gz rpg-4d5954c8d1f8bcc5450f8cf70d8139cf5a1e697d.tar.bz2 |
improve comment in html_diff_navigation
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 39d0eeada..2c7e8b1a6 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1308,7 +1308,8 @@ function html_diff($text = '', $intro = true, $type = null) { function html_diff_navigation($pagelog, $type, $l_rev, $r_rev) { global $INFO, $ID; - //last timestamp is not in changelog (note: when page is removed, the metadata timestamp is zero as well) + // last timestamp is not in changelog, retrieve timestamp from metadata + // note: when page is removed, the metadata timestamp is zero $r_rev = $r_rev ? $r_rev : $INFO['meta']['last_change']['date']; //retrieve revisions with additional info |