mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-56307 mod: Add missing FEATURE_COMMENT in modules
This commit is contained in:
parent
919b9dfabd
commit
6492401d1c
4 changed files with 6 additions and 0 deletions
|
@ -262,6 +262,8 @@ function wiki_supports($feature) {
|
|||
return true;
|
||||
case FEATURE_SHOW_DESCRIPTION:
|
||||
return true;
|
||||
case FEATURE_COMMENT:
|
||||
return true;
|
||||
|
||||
default:
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue