mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-21695 Dropping obsolete help from Forum post message field
This commit is contained in:
parent
934291d6e6
commit
e5ef56d21a
@ -49,7 +49,6 @@ class mod_forum_post_form extends moodleform {
|
|||||||
$mform->addElement('editor', 'message', get_string('message', 'forum'), null, $editoroptions);
|
$mform->addElement('editor', 'message', get_string('message', 'forum'), null, $editoroptions);
|
||||||
$mform->setType('message', PARAM_RAW);
|
$mform->setType('message', PARAM_RAW);
|
||||||
$mform->addRule('message', get_string('required'), 'required', null, 'client');
|
$mform->addRule('message', get_string('required'), 'required', null, 'client');
|
||||||
$mform->setHelpButton('message', array('reading', 'writing', 'questions', 'richtext2'), false, 'editorhelpbutton');
|
|
||||||
|
|
||||||
if (isset($forum->id) && forum_is_forcesubscribed($forum)) {
|
if (isset($forum->id) && forum_is_forcesubscribed($forum)) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user