diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-10-19 07:46:57 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-10-19 07:46:57 -0400 |
commit | a6089b1d67498888a7cffafcdc6599fa37e5bcf3 (patch) | |
tree | a8795a5d09eb889dd028d9c54929d3e9d70c10f4 /engine/lib/plugins.php | |
parent | fb5243deb0046d68bc63e388fa16ead4d85bd11f (diff) | |
download | elgg-a6089b1d67498888a7cffafcdc6599fa37e5bcf3.tar.gz elgg-a6089b1d67498888a7cffafcdc6599fa37e5bcf3.tar.bz2 |
fixed minor errors in the documentation in plugins and filestore lib
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r-- | engine/lib/plugins.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index a9e8b21bc..8e50ed178 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -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 |