mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
AJAX enrolment uses proper {$a} placeholder
We now have M.util.get_string() that should be used instead of custom replacement. Otherwise the placeholder is not detected in AMOS web translator.
This commit is contained in:
parent
2246f9f6bd
commit
049e880cce
4 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2010111300; // YYYYMMDD = date of the last version bump
|
||||
$version = 2010111600; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 RC2 (Build: 20101116)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue