We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3060b2 commit 543397bCopy full SHA for 543397b
parser/functions.php
@@ -194,11 +194,6 @@ function build_lang(&$language) {
194
// Prevent {0}} coming from TinyMCE strings.
195
$text = str_replace('{0}}', '{0}', $text);
196
} else {
197
- // @TODO: Remove that line when core.cannotconnect and core.login.invalidmoodleversion are completelly changed to use $a
198
- if (($appkey == 'core.cannotconnect' || $appkey == 'core.login.invalidmoodleversion') && strpos($text, '2.4')) {
199
- echo "\n*DEBUG* Found 2.4 in $lang $appkey \n";
200
- $text = str_replace('2.4', '{{$a}}', $text);
201
- }
202
$language->local++;
203
}
204
0 commit comments