mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-53765 core: Deprecate update_module_button functions
First stage deprecation for the functions update_module_button and core_renderer::update_module_button().
This commit is contained in:
parent
6a853f7521
commit
d3932d2b51
3 changed files with 37 additions and 0 deletions
|
@ -4,6 +4,9 @@ information provided here is intended especially for developers.
|
|||
=== 3.2 ===
|
||||
|
||||
* Callback delete_course is deprecated and should be replaced with observer for event \core\event\course_content_deleted
|
||||
* update_module_button() and core_renderer::update_module_button() have been deprecated and should not be used anymore.
|
||||
Activity modules should not add the edit module button, the link is already available in the Administration block.
|
||||
Themes can choose to display the link in the buttons row consistently for all module types.
|
||||
|
||||
=== 3.1 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue