Snippets/PUG/Groups/eduWIKI/Trusted

< Snippets‎ | PUG‎ | Groups

Put this in LocalSettings.php .

// TrustedStudent - Consolidating i18n into here :P
$wgGroupPermissions['trusted']['trustedstudent'] = true;
$messages['en'] = array(
                  'right-trustedstudent' = 'A trusted student, as deemed by a teacher.'
);
Return to the user group list.