updated node_export, mimemail, menu_attributes
This commit is contained in:
@@ -84,6 +84,10 @@ function mimemail_admin_settings() {
|
||||
'#default_value' => variable_get('mimemail_format', filter_fallback_format()),
|
||||
'#access' => count($formats) > 1,
|
||||
'#attributes' => array('class' => array('filter-list')),
|
||||
'#description' => t('The filter set that will be applied to the message body.
|
||||
If you are using Mime Mail as default mail sytem, make sure to enable
|
||||
"Convert line breaks into HTML" and "Convert URLs into links" with a long
|
||||
enough maximum length for e.g. password reset URLs!'),
|
||||
);
|
||||
|
||||
$form['mimemail']['advanced'] = array(
|
||||
|
Reference in New Issue
Block a user