Merge branch 'MDL-75176' of https://github.com/call-learning/moodle
[moodle.git] / filter / multilang / settings.php
blobde000096906ac27be7f334934d5f8806a4122a01
1 <?php
3 defined('MOODLE_INTERNAL') || die;
5 if ($ADMIN->fulltree) {
7 $settings->add(new admin_setting_configcheckbox(
8 'filter_multilang_force_old',
9 get_string('forceoldsyntax', 'filter_multilang'),
10 get_string('forceoldsyntax_desc', 'filter_multilang'),
12 ));