Elgg
Version 1.11
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$plugin = elgg_extract('plugin', $vars, false) | |
$contributors = $plugin->getManifest()->getContributors() | |
if (empty( $contributors)) | |
foreach ( $contributors as $contributor) | |
$contributors = $plugin->getManifest()->getContributors() |
Definition at line 10 of file contributors.php.
$plugin = elgg_extract('plugin', $vars, false) |
Definition at line 9 of file contributors.php.
foreach($contributors as $contributor) | ( | $contributors as | ) |
Definition at line 18 of file contributors.php.
if(empty($contributors)) | ( | empty( $contributors) | ) |
Definition at line 12 of file contributors.php.