From 5d061594486c0d5761ac80a7548fdb4fdad0619b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 3 May 2014 08:46:27 -0400 Subject: Improve webhooks documentation --- core/helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helper.php') diff --git a/core/helper.php b/core/helper.php index da90bad6..f3c3c3b8 100644 --- a/core/helper.php +++ b/core/helper.php @@ -198,9 +198,9 @@ function form_checkbox($name, $label, $value, $checked = false, $class = '') return ''; } -function form_label($label, $name, $class = '') +function form_label($label, $name, array $attributes = array()) { - return ''; + return ''; } function form_textarea($name, $values = array(), array $errors = array(), array $attributes = array(), $class = '') -- cgit v1.2.3