mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'w17_MDL-39371_m25_cleandep' of git://github.com/skodak/moodle
This commit is contained in:
commit
b38218cfb0
1 changed files with 3 additions and 0 deletions
|
@ -33,3 +33,6 @@ defined('MOODLE_INTERNAL') || die;
|
||||||
$plugin->version = 2013042400;
|
$plugin->version = 2013042400;
|
||||||
$plugin->requires = 2013040500;
|
$plugin->requires = 2013040500;
|
||||||
$plugin->component = 'theme_clean';
|
$plugin->component = 'theme_clean';
|
||||||
|
$plugin->dependencies = array(
|
||||||
|
'theme_bootstrapbase' => 2013032800,
|
||||||
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue