mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'wip-MDL-50887-master' of https://github.com/marinaglancy/moodle
This commit is contained in:
commit
852f32f7b3
@ -105,6 +105,8 @@ $string['status_upgrade'] = 'To be upgraded';
|
||||
$string['status_uptodate'] = 'Installed';
|
||||
$string['supportedmoodleversions'] = 'Supported Moodle versions';
|
||||
$string['systemname'] = 'Identifier';
|
||||
$string['type_antivirus'] = 'Antivirus plugin';
|
||||
$string['type_antivirus_plural'] = 'Antivirus plugins';
|
||||
$string['type_auth'] = 'Authentication method';
|
||||
$string['type_auth_plural'] = 'Authentication methods';
|
||||
$string['type_availability'] = 'Availability restriction';
|
||||
|
@ -1684,6 +1684,10 @@ class core_plugin_manager {
|
||||
|
||||
$standard_plugins = array(
|
||||
|
||||
'antivirus' => array(
|
||||
'clamav'
|
||||
),
|
||||
|
||||
'atto' => array(
|
||||
'accessibilitychecker', 'accessibilityhelper', 'align',
|
||||
'backcolor', 'bold', 'charmap', 'clear', 'collapse', 'emoticon',
|
||||
|
Loading…
x
Reference in New Issue
Block a user