diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-08 19:33:21 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-08 19:33:21 -0500 |
commit | c4b49227819624b14b61e6eedbfa6779cd794d45 (patch) | |
tree | b198cff1151656ab4d8c4ef649e7b8e1bc5e5469 /engine/lib/metadata.php | |
parent | b2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (diff) | |
download | elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.gz elgg-c4b49227819624b14b61e6eedbfa6779cd794d45.tar.bz2 |
most of the comments in the engine now past the sniffer
Diffstat (limited to 'engine/lib/metadata.php')
-rw-r--r-- | engine/lib/metadata.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php index 4908b3e88..352e98a61 100644 --- a/engine/lib/metadata.php +++ b/engine/lib/metadata.php @@ -871,8 +871,8 @@ function metadata_update($event, $object_type, $object) { /** * Register a metadata url handler. * - * @param string $function_name The function. * @param string $extender_name The name, default 'all'. + * @param string $function The function name. * * @return bool */ |