/ Published in: PHP
Fix special mac-characters in a string of text.
Expand |
Embed | Plain Text
function fix_content($content = false){ if(!$content) return false; return $content;}
You need to login to post a comment.
