We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7f4d1 commit 6c50281Copy full SHA for 6c50281
filter.php renamed to classes/text_filter.php
@@ -33,7 +33,7 @@
33
* @copyright 2024 Justus Dieckmann and Tamara Gunkel, University of Münster
34
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
*/
36
-class filter_opencast extends moodle_text_filter {
+class text_filter extends \core_filters\text_filter {
37
38
/**
39
* Get the content of the attribute $attributename from $tag.
0 commit comments