MDL-61876 modules: cm_info::set_content can accept formatted text
Allow modules to apply format_text() on user input before calling cm_info::set_content(). This is useful for modules that add interactive content (for example, JS enhanced folder tree). Otherwise all javascript would be removed if $CFG->forceclean is enabled.
Please register or sign in to comment