MDL-40275 core Improve documentation for block_base::has_config()

This commit is contained in:
Michael Aherne 2013-06-21 11:40:36 +01:00
parent 0ea1fbbb55
commit 4dd791328e

View File

@ -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
*/