-
Bug
-
Resolution: Fixed
-
Trivial
-
4.3.5, 4.4
plagiarism/upgrade.txt contains:
* The method get_form_elements_module has been deprecated. Please use {plugin name}_coursemodule_edit_post_actions() instead.
|
* The method save_form_elements has been deprecated. Please use {plugin name}_coursemodule_standard_elements() instead.
|
Surely the new callbacks are the wrong way round? Shouldn't it be:
* The method get_form_elements_module has been deprecated. Please use {plugin name}_coursemodule_standard_elements() instead.
|
* The method save_form_elements has been deprecated. Please use {plugin name}_coursemodule_edit_post_actions() instead.
|