fix !@#$ tinymce linebreaks for the thousandth time
This commit is contained in:
parent
fd626022ec
commit
5589bca1e0
6 changed files with 162 additions and 139 deletions
|
|
@ -1537,7 +1537,6 @@ function undo_post_tagging($s) {
|
|||
|
||||
function fix_mce_lf($s) {
|
||||
$s = str_replace("\r\n","\n",$s);
|
||||
$s = str_replace("\n\n","\n",$s);
|
||||
return $s;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue