Please update the REGEX for text substitution to this…
-
Please change line 175 of
n9m-font-awesome-4.php
in thereplace_item
function from:preg_match( '/(<a.+>)(.+)(<\/a>)/i', $item_output, $matches );
to:
preg_match( '/(<a[^>]*>)(.+)(<\/a>)/i', $item_output, $matches );
It’s causing mistakes in when there are other tags inside the
<a>
.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please update the REGEX for text substitution to this…’ is closed to new replies.