BUG REPORT AND SOLUTION
-
Fields captions are supposed to accept HTML, however they encode html entities.
Here’s the fix:
more-fields-settings-object.php line 392:$html = str_replace('%caption%', '<p class="mf_caption">' . html_entity_decode($field['caption']) . '</p>', $html);
- The topic ‘BUG REPORT AND SOLUTION’ is closed to new replies.