-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
Reported at https://wordpress.org/support/topic/multiple-class-tags/
File: cf7cf.php
Line 390 and 395
It’s impossible to use multiples CSS classes. If we use multiples class tags the code will try to add multiples class attributes in HTML, but this is not acceptable.
In case of $tag_part[0] == ‘class’ I propose to save the $tag_part[1] in a different array and at the line 395 to make class=”‘ . implode() . ‘”