-
Improvement
-
Resolution: Fixed
-
Trivial
-
2.3.7, 2.4.4, 2.5, 2.6
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
The current documentation of the has_config method in block_base is:
Subclasses should override this and return true if the
subclass block has a config_global.html file.
This is not correct and is confusing. It should read something like:
Subclasses should override this and return true if the
subclass block has a settings.php file.