MDL-64348 template: add load_template_with_dependencies external func

This commit is contained in:
Ryan Wyllie 2018-12-11 11:04:43 +08:00
parent 0664130b88
commit e0034b5da6
4 changed files with 105 additions and 173 deletions

View file

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018122000.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2018122000.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.