MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ function useredit_shared_definition(&$mform) {
|
||||
|
||||
$mform->addElement('htmleditor', 'description', get_string('userdescription'));
|
||||
$mform->setType('description', PARAM_CLEAN);
|
||||
$mform->setHelpButton('description', array('text', get_string('helptext')));
|
||||
$mform->setHelpButton('description', array('text2', get_string('helptext')));
|
||||
|
||||
if (!empty($CFG->gdversion)) {
|
||||
$mform->addElement('header', 'moodle_picture', get_string('pictureof'));//TODO: Accessibility fix fieldset legend
|
||||
|
||||
Reference in New Issue
Block a user