From d54d195b862a9f15081dfb12ae93007ffe6b48b4 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Sat, 3 Dec 2011 02:14:46 +0100 Subject: [PATCH] Remove help text configuration for this field which is actually never rendered in the template. --- src/IDF/Form/SourceConf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IDF/Form/SourceConf.php b/src/IDF/Form/SourceConf.php index de6d2cc..5a9a183 100644 --- a/src/IDF/Form/SourceConf.php +++ b/src/IDF/Form/SourceConf.php @@ -53,7 +53,6 @@ class IDF_Form_SourceConf extends Pluf_Form array('required' => false, 'label' => __('Webhook URL'), 'initial' => $this->conf->getVal('webhook_url', ''), - 'help_text' => sprintf(__('Learn more about the post-commit webhooks.'), $url), 'widget_attrs' => array('size' => 35), ));