Skip to content
Snippets Groups Projects
Commit e0b1f83e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2010118 by mgifford: Fixed Busted link in inline code .

parent 4a189ea2
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -76,7 +76,7 @@ function image_field_widget_process($element, &$form_state, $form) {
'#type' => 'textfield',
'#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.'),
// @see http://www.gawds.org/show.php?contentid=28
// @see https://drupal.org/node/465106#alt-text
'#maxlength' => 512,
'#weight' => -2,
'#access' => (bool) $item['fids'] && $element['#alt_field'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment