Closed (fixed)
Project:
Colorbox
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2016 at 07:42 UTC
Updated:
28 Jan 2016 at 02:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
heykarthikwithureplaced the usage of deprecated entity_load('image_style') with a direct call to ImageStyle::load.
Comment #5
heykarthikwithuComment #6
frjo commentedI have just committed code that sync up the Colorbox formatter with core ImageFormatter so this should be fixed. Did this before looking at the issue queue.
Thanks for taking the time to improve the Colorbox module!
Comment #7
frjo commentedMissed one instance of this in template_preprocess_colorbox_formatter(). Saw "entity_load('image_style'", remembers this post and fixed it. Thanks!