-
Task
-
Resolution: Fixed
-
Minor
-
2.8.5
-
MOODLE_28_STABLE
-
MOODLE_31_STABLE
-
MDL-49662_master -
-
3.1 Stable Sprint 2
Given that MDL-49643 is integrated into Moodle 2.9, we should drop support for the old callbacks (with 'extends' in the name) for local plugins. The code is to be simplified to something like
foreach (get_plugin_list_with_function('local', 'extend_navigation') as $function) {
|
$function($this);
|
}
|