Content deleted Content added
split logic for clarity |
does not apply for custom masks |
||
Line 383:
elseif class==article_class then -- local class matches article class or is blank
check_redundant()
elseif args.QUALITY_CRITERIA~='custom' and article_class=='FM' then
class = check_fallbacks(article_class, assessment_cat)
check_redundant()
|