add missing help for new WikiMaster fields and asset level template variables

This commit is contained in:
Colin Kuskie 2007-01-07 05:43:24 +00:00
parent 2ad1b494fe
commit c24e711e42
2 changed files with 26 additions and 0 deletions

View file

@ -478,6 +478,16 @@ our $I18N = {
lastUpdated=> 0,
},
'useContentFilter' => {
message => q|Boolean value that is true when this Wiki has been set to filter content.|,
lastUpdated=> 0,
},
'filterCode' => {
message => q|Strings that indicate the level of content filtering.|,
lastUpdated=> 0,
},
};
1;