Content deleted Content added
Refactor |
mNo edit summary |
||
Line 18:
local datestamp = ymd(day)
if datestamp >= threshold then
-- These
elseif month == "total" or month == lang:formatDate("F Y", datestamp) then
local dayTitle = logprefix .. day;
|