mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 13:40:15 +01:00
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
This files describes API changes in /comment/* ,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.8 ===
|
|
* External function get_comments now returns the total count of comments and the number of comments per page.
|
|
It also has a new parameter to indicate the sorting direction (defaulted to DESC).
|
|
|