]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed minor errors in the documentation in plugins and filestore lib
authorCash Costello <cash.costello@gmail.com>
Wed, 19 Oct 2011 11:46:57 +0000 (07:46 -0400)
committerCash Costello <cash.costello@gmail.com>
Wed, 19 Oct 2011 11:46:57 +0000 (07:46 -0400)
engine/lib/filestore.php
engine/lib/plugins.php

index 70b8bfb4c096437ac6c60d4783c37d0635a05a43..a7aa1ff8c40c74456403e1799fbd64118ec2a9ed 100644 (file)
@@ -474,7 +474,7 @@ function filestore_run_once() {
 
 /**
  * Initialise the file modules.
- * Listens to system boot and registers any appropriate file types and classes
+ * Listens to system init and configures the default filestore
  *
  * @return void
  * @access private
index a9e8b21bc9df9ea64b447c236f489d895c85db96..8e50ed1788e0c893f3129b20e4c8f8ea43389833 100644 (file)
@@ -1080,8 +1080,8 @@ function plugins_test($hook, $type, $value, $params) {
 }
 
 /**
- * Initialise the file modules.
- * Listens to system boot and registers any appropriate file types and classes
+ * Initialize the plugin system
+ * Listens to system init and registers actions
  *
  * @return void
  * @access private