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/textfield.inc
163 163
      'description',
164 164
      'field_prefix',
165 165
      'field_suffix',
166
      'placeholder',
166 167
    ),
167 168
  );
168 169

  
......
220 221
    '#field_suffix' => $component['extra']['field_suffix'],
221 222
    '#format' => $format,
222 223
    '#value' => isset($value[0]) ? $value[0] : '',
223
    '#translatable' => array('title', 'field_prefix', 'field_suffix'),
224
    '#translatable' => array('title', 'field_prefix', 'field_suffix', 'placeholder'),
224 225
  );
225 226
}
226 227

  

Formats disponibles : Unified diff