Content deleted Content added
switch link code check order |
return the user link rather than the blank string if we aren't passed any link codes |
||
Line 374:
local userLink = linkFunctions.u(snippets)
--
if #codes < 1 then
return
end
|