From 4dd791328e20daf51c6ea0e5e9f8a5ac438e0402 Mon Sep 17 00:00:00 2001 From: Michael Aherne Date: Fri, 21 Jun 2013 11:40:36 +0100 Subject: [PATCH] MDL-40275 core Improve documentation for block_base::has_config() --- blocks/moodleblock.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 4a5475418ee..1aaaa1d3fc9 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -340,7 +340,7 @@ class block_base { /** * Subclasses should override this and return true if the - * subclass block has a config_global.html file. + * subclass block has a settings.php file. * * @return boolean */ -- 2.43.0