Content deleted Content added
. |
. |
||
Line 55:
function is_title_specified(prefix, suffix)
local prefix_and_suffix = ""
if not (prefix == nil or prefix == '') then
return false
end
if not (suffix == nil or suffix == '') then
return false
end
|