Content deleted Content added
Undid revision 739526962 by Andy M. Wang (talk) - no, most users view the date as a component of the signature. if the signature is suppressed, assume the editor is manually giving the date |
Sync from sandbox - don't automatically add sig if reason appears to be already signed, overridable with sig=yes |
||
Line 407:
local reason = args.reason or args[2] or 'Please place your rationale for the proposed move here.'
reason = '– ' .. reason
if yesno(args.sign
reason = reason .. ' ~~~~'
end
|