aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPluginManifest.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/ElggPluginManifest.php')
-rw-r--r--engine/classes/ElggPluginManifest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/classes/ElggPluginManifest.php b/engine/classes/ElggPluginManifest.php
index 7c9c0670e..bef099dcd 100644
--- a/engine/classes/ElggPluginManifest.php
+++ b/engine/classes/ElggPluginManifest.php
@@ -23,7 +23,7 @@ class ElggPluginManifest {
protected $parser;
/**
- * The expected structure of a requires element
+ * The expected structure of a plugins requires element
*/
private $depsStructPlugin = array(
'type' => '',
@@ -33,7 +33,7 @@ class ElggPluginManifest {
);
/**
- * The expected structure of a requires element
+ * The expected structure of a priority element
*/
private $depsStructPriority = array(
'type' => '',
@@ -42,7 +42,7 @@ class ElggPluginManifest {
);
/*
- * The expected structure of elgg and elgg_release requires element
+ * The expected structure of elgg_version and elgg_release requires element
*/
private $depsStructElgg = array(
'type' => '',