fix_mce_lf on profiles
This commit is contained in:
@@ -1506,3 +1506,8 @@ function undo_post_tagging($s) {
|
||||
return $s;
|
||||
}
|
||||
|
||||
function fix_mce_lf($s) {
|
||||
$s = str_replace("\r\n","\n",$s);
|
||||
$s = str_replace("\n\n","\n",$s);
|
||||
return $s;
|
||||
}
|
||||
Reference in New Issue
Block a user