Compilation failed: unmatched parentheses wpml_func.php on line 218
-
Warning: preg_replace_callback(): Compilation failed: unmatched parentheses at offset 7 in wp-content/plugins/wp-monalisa/wpml_func.php on line 218
`// capture the tags as well as in between
$stop = count($textarr);// loop stuff
for ($i = 0; $i < $stop; $i++) {
$content = $textarr[$i];if ((strlen($content) > 0)) {
// && (‘<‘ != $content{0})) {//If it’s not a tag
$content = preg_replace_callback($wpml_search,
‘wpml_translate_emoticon’,
$content);}
$output .= $content;
}
return $output;
}`
any ideas? Thank you.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Compilation failed: unmatched parentheses wpml_func.php on line 218’ is closed to new replies.