Conflict with shortcode “title” attribute
-
I use shortcode with attribute “title” (e.g. [MyShorcode title=”My Title”] )
After upgrading Lightbox 1.7.2 to 2.0.5 I have found, that “title” attribute is cleared. I.e.: the shortcode handler (in functions.php) receive empty attribute: title=””
After adding one more shortcode to the post text, the old shortcode turned ok (attribute “title” worked), but the new shortcode had the title attribute empty.
I tried to add non-existing shortcode (shortcode without shortcode handler) with “title” attbibute and the title seems to be ok (unchanged).
After downgrade back to version 1.7.2 everything is ok.
The topic ‘Conflict with shortcode “title” attribute’ is closed to new replies.