Proyectos de Subversion Moodle

Rev

Rev 122 | Rev 128 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 122 Rev 127
Línea 33... Línea 33...
33
        $this->title = get_string('pluginname', 'block_comments');
33
        $this->title = get_string('pluginname', 'block_comments');
34
    }
34
    }
Línea 35... Línea 35...
35
 
35
 
36
    function specialization()
36
    function specialization()
-
 
37
    {
37
    {
38
        $this->title = get_string('pluginname', 'block_comments');
38
        comment::init();
39
        comment::init();
Línea 39... Línea 40...
39
    }
40
    }
40
 
41
 
41
    function applicable_formats()
-
 
42
    {
42
    function applicable_formats()
43
        return [
-
 
44
            'course-view' => true,
43
    {
Línea 45... Línea 44...
45
        ];
44
        return array('all' => true);
46
    }
45
    }
47
 
46