From a6089b1d67498888a7cffafcdc6599fa37e5bcf3 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 19 Oct 2011 07:46:57 -0400 Subject: fixed minor errors in the documentation in plugins and filestore lib --- engine/lib/filestore.php | 2 +- engine/lib/plugins.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/lib/filestore.php b/engine/lib/filestore.php index 70b8bfb4c..a7aa1ff8c 100644 --- a/engine/lib/filestore.php +++ b/engine/lib/filestore.php @@ -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 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 -- cgit v1.2.3