[solution]Paragraph line breaks bug.
-
I saw a lot of posts about ppl having problem with the Paragraph not being converted correctly or change it to <br>.
Here’s 1 quick little solution:open wp-includes/post-template.php
find line 57: echo $content;
replace with: echo nl2br($content);
Hope this helps.
-Mpie-
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[solution]Paragraph line breaks bug.’ is closed to new replies.