test full_html for textareas

This commit is contained in:
2017-06-27 08:29:21 +10:00
parent d88df40702
commit ec7a9ea0d8
4 changed files with 17 additions and 27 deletions

View File

@@ -611,7 +611,7 @@ function booking_admin() {
$form['regn_options']['booking_enable_earlyaccess_codes'] = array(
'#type' => 'radios',
'#title' => t('Allow early access to registration form with unique code?'),
'#description' => t('Select whether to enable the feature that will allow early registrations with a unique code. Note this feature is still under development.'),
'#description' => t('Select whether to enable the feature that will allow early registrations with a unique code. Turning on this feature will allow registrations immediately, regardless of event registration start date.'),
'#options' => array(
0 => t('No'),
t('Yes')