Bug: strips class from link containing custom field
-
This code:
<p><a class='buttons' href='#_ATT{event_url}' >More details and bookings ?</a></p>
…strips out the class on the A element and yields this html:
<p><a href='https://example.com' >More details and bookings ?</a></p>
Using a normal placeholder does not have this effect, only custom fields. In the end I added the class to the containing element, but it is a definite bonafide bug.
EM 5.5.7.1
WP 4.2.2
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug: strips class from link containing custom field’ is closed to new replies.