MDL-51283 core_tag: Allow each tag area to set 'showstandard'
This commit is contained in:
+1
-1
@@ -399,7 +399,7 @@ function useredit_shared_definition(&$mform, $editoroptions, $filemanageroptions
|
||||
if (core_tag_tag::is_enabled('core', 'user') and empty($USER->newadminuser)) {
|
||||
$mform->addElement('header', 'moodle_interests', get_string('interests'));
|
||||
$mform->addElement('tags', 'interests', get_string('interestslist'),
|
||||
array('display' => 'noofficial', 'itemtype' => 'user', 'component' => 'core'));
|
||||
array('itemtype' => 'user', 'component' => 'core'));
|
||||
$mform->addHelpButton('interests', 'interestslist');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user