Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 65... Línea 65...
65
 
65
 
66
            \core\notification::add(
66
            \core\notification::add(
67
                get_string('plugin_enabled', 'core_admin', $pluginname),
67
                get_string('plugin_enabled', 'core_admin', $pluginname),
68
                \core\notification::SUCCESS
68
                \core\notification::SUCCESS
-
 
69
            );
-
 
70
 
-
 
71
            // Special notification for the Accessibility Checker plugin.
-
 
72
            if ($plugin === 'a11ychecker') {
-
 
73
                \core\notification::add(
-
 
74
                    get_string('accessibilitycheckerinfo', 'tiny_premium'),
-
 
75
                    \core\notification::INFO
-
 
76
                );
69
            );
77
            }
70
        }
78
        }
71
        break;
79
        break;
Línea 72... Línea 80...
72
}
80
}