strip_white_chars problem
-
There are a problem in opengraph.php/strip_white_chars function:
$content = preg_replace( ‘/ [^ ]+$/’, ”, $content );
it strips the last word from $content.
Is there a solution in pipe, or patch it manually? 🙂Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘strip_white_chars problem’ is closed to new replies.