MDL-69521 core: Move all comments in code from 4.4 to 4.2

This commit is contained in:
Eloy Lafuente (stronk7)
2020-09-08 19:01:42 +02:00
parent e419e7acba
commit 84bcfbb0d5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3358,7 +3358,7 @@ function user_get_participants($courseid, $groupid = 0, $accesssince, $roleid, $
* Calls {@see core_course_category::make_categories_list()} to build the list.
*
* @deprecated since Moodle 3.10
* @todo This will be finally removed for Moodle 4.4 as part of MDL-69124.
* @todo This will be finally removed for Moodle 4.2 as part of MDL-69124.
* @return array array mapping course category id to the display name
*/
function make_categories_options() {