Proyectos de Subversion Moodle

Rev

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

Rev 127 Rev 128
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
        $this->title = 'Comments';
39
        comment::init();
39
        comment::init();
Línea 40... Línea 40...
40
    }
40
    }
41
 
41