From 309aad5a829176889ff3caa418cebabd5423fdf2 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 6 Sep 2020 17:05:21 +0200 Subject: [PATCH] MDL-69521 core: Move all comments in code from 4.2 to 4.0 --- lib/deprecatedlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index d9e8dfae9a0..8ae69cc1976 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -2823,7 +2823,7 @@ function get_courses_page($categoryid="all", $sort="c.sortorder ASC", $fields="c * Returns the models that generated insights in the provided context. * * @deprecated since Moodle 3.8 MDL-66091 - please do not use this function any more. - * @todo MDL-65799 This will be deleted in Moodle 4.2 + * @todo MDL-65799 This will be deleted in Moodle 4.0 * @see \core_analytics\manager::cached_models_with_insights * @param \context $context * @return int[]