Skip to content

Multiple class tags #129

@pwkip

Description

@pwkip

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() . ‘”

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions