Indefero

Indefero Commit Details


Date:2011-12-02 19:14:46 (13 years 19 days ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:d54d195b862a9f15081dfb12ae93007ffe6b48b4
Parents: b752d1fadb291faa851d6d9bc997aef570e67738
Message:Remove help text configuration for this field which is actually never rendered in the template.

Changes:

File differences

src/IDF/Form/SourceConf.php
5353
5454
5555
56
5756
5857
5958
array('required' => false,
'label' => __('Webhook URL'),
'initial' => $this->conf->getVal('webhook_url', ''),
'help_text' => sprintf(__('Learn more about the <a href="%s">post-commit webhooks</a>.'), $url),
'widget_attrs' => array('size' => 35),
));

Archive Download the corresponding diff file

Page rendered in 0.07488s using 13 queries.