From 84bcfbb0d551f9599637f052d9c04a841606f6e8 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 6 Sep 2020 17:20:43 +0200 Subject: [PATCH] MDL-69521 core: Move all comments in code from 4.4 to 4.2 --- lib/deprecatedlib.php | 2 +- search/classes/manager.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 6ea7fbb48ab..e20ad2336b4 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -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() { diff --git a/search/classes/manager.php b/search/classes/manager.php index 15041c793c7..b13f152034e 100644 --- a/search/classes/manager.php +++ b/search/classes/manager.php @@ -1197,7 +1197,7 @@ class manager { // Backward compatibility for engines that don't return a batch count. [$numrecords, $numdocs, $numdocsignored, $lastindexeddoc, $partial] = $result; // Deprecated since Moodle 3.10 MDL-68690. - // TODO: MDL-68776 This will be deleted in Moodle 4.4. + // TODO: MDL-68776 This will be deleted in Moodle 4.2. debugging('engine::add_documents() should return $batches (5-value return is deprecated)', DEBUG_DEVELOPER); } else { @@ -1362,7 +1362,7 @@ class manager { // Backward compatibility for engines that don't return a batch count. [$numrecords, $numdocs, $numdocsignored, $lastindexeddoc, $partial] = $result; // Deprecated since Moodle 3.10 MDL-68690. - // TODO: MDL-68776 This will be deleted in Moodle 4.4 (as should the below bit). + // TODO: MDL-68776 This will be deleted in Moodle 4.2 (as should the below bit). debugging('engine::add_documents() should return $batches (5-value return is deprecated)', DEBUG_DEVELOPER); } else {