mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51564 webservice: Review the use of external format_string
This commit is contained in:
parent
35d3e8b00b
commit
9748791ba8
12 changed files with 48 additions and 17 deletions
|
@ -6,8 +6,6 @@ information provided here is intended especially for developers.
|
|||
* Dropped support for the $module in mod/xxx/version.php files (deprecated
|
||||
since 2.7). All activity modules must use the $plugin syntax now. See
|
||||
https://docs.moodle.org/dev/version.php for details (MDL-43896).
|
||||
* Function scorm_view_display was renamed to scorm_print_launch to avoid
|
||||
confussion with new function scorm_view.
|
||||
* Modules using rating component must implement a callback mod_x_rating_can_see_item_ratings(). Refer
|
||||
to mod_forum_rating_can_see_item_ratings() for example.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue