test full_html for textareas
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user