Content deleted Content added
set demo=true if inactive_status |
allow demo_page to override category=no |
||
Line 844:
local category = parent_args.category or args.category or true
local demo_page = parent_args.demo_page
if not demo_page and (not yesno(category, true) or inactive_status) then
demo_page = true
end
|