From 9db120e33874b010309210dfdc0efcf4de796eae Mon Sep 17 00:00:00 2001 From: David Monllao Date: Tue, 17 Mar 2015 14:52:12 +0800 Subject: [PATCH] MDL-49385 blocks: Adding todo tag --- blocks/moodleblock.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index c78b68a3d89..a8024a83108 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -344,6 +344,7 @@ class block_base { * You don't need to override this if you 're satisfied with the above * * @deprecated since Moodle 2.9 MDL-49385 - Please use Admin Settings functionality to save block configuration. + * @todo MDL-49553 This will be deleted in Moodle 3.1 * @param array $data * @return boolean */