Go to the source code of this file.
Namespaces |
| namespace | core |
Variables |
| | $tag_id = optional_param('id', 0, PARAM_INT) |
| | $tag_name = optional_param('tag', '', PARAM_TAG) |
| if(empty($CFG->usetags)) | $systemcontext = get_context_instance(CONTEXT_SYSTEM) |
| | $tagname = tag_display_name($tag) |
| $tag | relatedtags = tag_get_related_tags_csv(tag_get_related_tags($tag->id, TAG_RELATED_MANUAL), TAG_RETURN_TEXT) |
| if(can_use_html_editor()) | $errorstring = '' |
| | $editoroptions |
| | $tag = file_prepare_standard_editor($tag, 'description', $editoroptions, $systemcontext, 'tag', 'description', $tag->id) |
| | $tagform = new tag_edit_form(null, compact('editoroptions')) |
| | if (ajaxenabled()) |
Variable Documentation
Initial value:
Definition at line 80 of file edit.php.