Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2012 at 09:27 UTC
Updated:
29 Jul 2014 at 20:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
Letharion commentedComment #2
eric_a commentedCalling theme_image() will already return markup with the empty string alt attribute value. This default is declared in a hook_theme() implementation. See system_theme() and drupal_common_theme().
Comment #3
Letharion commentedOps, my bad.