aboutsummaryrefslogtreecommitdiff
path: root/documentation/examples/hooks/register/all.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 23:56:08 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 23:56:08 +0000
commit6e51bcd2d33417f529da15baa5a413ebfc0ca993 (patch)
tree0d9e2f1f77093eeb4295ba84340fcc94e66606d5 /documentation/examples/hooks/register/all.php
parente4224c70c270a7ebf16e006a8324d6a944de6fbc (diff)
downloadelgg-6e51bcd2d33417f529da15baa5a413ebfc0ca993.tar.gz
elgg-6e51bcd2d33417f529da15baa5a413ebfc0ca993.tar.bz2
Fixed several typos in documentation examples
git-svn-id: http://code.elgg.org/elgg/trunk@7209 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'documentation/examples/hooks/register/all.php')
-rw-r--r--documentation/examples/hooks/register/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/examples/hooks/register/all.php b/documentation/examples/hooks/register/all.php
index f2e4407a6..6c23ed56b 100644
--- a/documentation/examples/hooks/register/all.php
+++ b/documentation/examples/hooks/register/all.php
@@ -2,7 +2,7 @@
register_plugin_hook('all', 'system', 'example_plugin_hook_handler');
-// This function will be called for any event of type 'object'
+// This function will be called for any hook of type 'system'
function example_plugin_hook_handler($hook, $type, $value, $params) {
// logic here.
}