Skip to content
Snippets Groups Projects

Resolve #2774071: Drupal.NamingConventions, Drupal.Semantics.FunctionT, Generic.PHP.UpperCaseConstant

Open Resolve #2774071: Drupal.NamingConventions, Drupal.Semantics.FunctionT, Generic.PHP.UpperCaseConstant
4 files
+ 65
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -97,7 +97,7 @@ class TokenTreeTable extends Table {
$element['#attributes']['class'][] = 'token-tree';
if ($element['#click_insert']) {
$element['#caption'] = t('Click a token to insert it into the field you\'ve last clicked.');
$element['#caption'] = t("Click a token to insert it into the field you've last clicked.");
$element['#attributes']['class'][] = 'token-click-insert';
}
Loading