Replace deprecated usage of entity_load('image_style') with a direct call to ImageStyle::load.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2645016-2.patch | 2.05 KB | heykarthikwithu |
Replace deprecated usage of entity_load('image_style') with a direct call to ImageStyle::load.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2645016-2.patch | 2.05 KB | heykarthikwithu |
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!