| Elgg
    Version 1.11
    | 
Go to the source code of this file.
| Namespaces | |
| Elgg\Core | |
| Activate a plugin or plugins. | |
| Variables | |
| $plugin = $vars['entity'] | |
| $id = $plugin->getID() | |
| $path = htmlspecialchars($plugin->getPath()) | |
| $message = elgg_echo('admin:plugins:warning:invalid', array($plugin->getError())) | |
| $css_id = preg_replace('/[^a-z0-9-]/i', '-', $plugin->getID()) | |
Definition at line 19 of file invalid.php.
| $id = $plugin->getID() | 
Definition at line 16 of file invalid.php.
Definition at line 18 of file invalid.php.
| $path = htmlspecialchars($plugin->getPath()) | 
Definition at line 17 of file invalid.php.
| $plugin = $vars['entity'] | 
Definition at line 14 of file invalid.php.