Issue #2343841 by tripper54: Fixed Remove broken link to gawds.org.

8.0.x
Alex Pott 2014-10-01 18:16:54 +02:00
parent 59b003ad85
commit b653ff81be
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class ImageWidget extends FileWidget {
'#type' => 'textfield', '#type' => 'textfield',
'#default_value' => isset($item['alt']) ? $item['alt'] : '', '#default_value' => isset($item['alt']) ? $item['alt'] : '',
'#description' => t('This text will be used by screen readers, search engines, or when the image cannot be loaded.'), '#description' => t('This text will be used by screen readers, search engines, or when the image cannot be loaded.'),
// @see http://www.gawds.org/show.php?contentid=28 // @see https://drupal.org/node/465106#alt-text
'#maxlength' => 512, '#maxlength' => 512,
'#weight' => -12, '#weight' => -12,
'#access' => (bool) $item['fids'] && $element['#alt_field'], '#access' => (bool) $item['fids'] && $element['#alt_field'],