Projet

Général

Profil

Révision 8d02775b

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/components/textarea.inc
123 123
    // MUST be FALSE to disable.
124 124
    '#resizable' => (bool) $component['extra']['resizable'],
125 125
    '#theme_wrappers' => array('webform_element'),
126
    '#translatable' => array('title', 'description'),
126
    '#translatable' => array('title', 'description', 'placeholder'),
127 127
  );
128 128

  
129 129
  if ($component['required']) {
......
162 162
    '#theme_wrappers' => $format == 'html' ? array('webform_element') : array('webform_element_text'),
163 163
    '#format' => $format,
164 164
    '#value' => isset($value[0]) ? $value[0] : '',
165
    '#translatable' => array('title'),
165
    '#translatable' => array('title', 'placeholder'),
166 166
  );
167 167
}
168 168

  

Formats disponibles : Unified diff