updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options
This commit is contained in:
@@ -198,9 +198,8 @@ function _token_token_tree_format_row($token, array $token_info, $is_group = FAL
|
||||
|
||||
$row = $defaults;
|
||||
$row['id'] = _token_clean_css_identifier($token);
|
||||
$row['data']['token'] = array();
|
||||
$row['data']['name'] = $token_info['name'];
|
||||
$row['data']['description'] = $token_info['description'];
|
||||
$row['data']['description'] = isset($token_info['description']) ? $token_info['description'] : '';
|
||||
|
||||
if ($is_group) {
|
||||
// This is a token type/group.
|
||||
@@ -208,6 +207,7 @@ function _token_token_tree_format_row($token, array $token_info, $is_group = FAL
|
||||
}
|
||||
else {
|
||||
// This is a token.
|
||||
$row['data']['token'] = array();
|
||||
$row['data']['token']['data'] = $token;
|
||||
$row['data']['token']['class'][] = 'token-key';
|
||||
if (isset($token_info['value'])) {
|
||||
|
||||
Reference in New Issue
Block a user