aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-12-13 00:49:02 +0000
committerCash Costello <cash.costello@gmail.com>2009-12-13 00:49:02 +0000
commitb1f340a7041a92541b4e4220fa6c780f596dcc39 (patch)
tree701666f80aeae5daeed3025a4642088594cfc775 /start.php
parentf743d5a49af135d647243861b1c7e546f8b4c200 (diff)
downloadelgg-b1f340a7041a92541b4e4220fa6c780f596dcc39.tar.gz
elgg-b1f340a7041a92541b4e4220fa6c780f596dcc39.tar.bz2
improved the plugin hooks
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index f2732b3de..7b6e46805 100644
--- a/start.php
+++ b/start.php
@@ -401,7 +401,7 @@
* @param $hook - 'tidypics:slideshow'
* @param $entity_type - 'album'
* @param $returnvalue - if set, return because another plugin has used the hook
- * @param $params - album entity
+ * @param $params - arry containing album entity
* @return unknown_type
*/
function tidypics_slideshow($hook, $entity_type, $returnvalue, $params) {