Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
responsive_image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jun 2013 at 18:53 UTC
Updated:
29 Jul 2014 at 22:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pplantinga commentedJust rolled the changes into a patch.
Comment #2
pplantinga commentedOh yeah, status.
Comment #3
pplantinga commentedUpdated title to be more cause and less effect. Can someone take a look at it, it's blocking #2009662: [REGRESSION] Replace theme() with drupal_render() in picture module ?
Comment #4
thedavidmeister commentedComment #5
thedavidmeister commentedI can confirm that 'uri' looks like the correct variable name for theme_picture(), not only is it actually used in theme_picture() but it is passed to theme_image_style() which is looking for $variables['uri'] too.
Comment #6
thedavidmeister commentedtheme_picture_source() is using $variables['dimensions'] too.
Patch looks good.
Comment #7
alexpottCommitted c1f73e6 and pushed to 8.x. Thanks!
Comment #9
eli-t