Refer to: https://drupal.org/node/2128173
Media Gallery has a string on their "class" instead of an array,
$variables['element']['#link']['localized_options']['attributes']['class'] = 'media-gallery-add launcher'
This breaks the l() function when bootstrap is rendering and adding classes to the links.
I attached the patch for it
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media_gallery-use_array_for_class_attribute-2128335-1.patch | 2.06 KB | moloc |
| media_gallery.module.patch | 699 bytes | vbreak |
Comments
Comment #1
moloc commentedFixed some more classes.
Comment #4
moloc commentedcommitted to both branches.