Title: honestcode's Replies | WordPress.org

---

# honestcode

  [  ](https://wordpress.org/support/users/honestcode/)

 *   [Profile](https://wordpress.org/support/users/honestcode/)
 *   [Topics Started](https://wordpress.org/support/users/honestcode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/honestcode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/honestcode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/honestcode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/honestcode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/honestcode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple content blocks] [Plugin: Multiple content blocks] Remove paragraph tags around my content?](https://wordpress.org/support/topic/plugin-multiple-content-blocks-remove-paragraph-tags-around-my-content/)
 *  [honestcode](https://wordpress.org/support/users/honestcode/)
 * (@honestcode)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-multiple-content-blocks-remove-paragraph-tags-around-my-content/#post-1806294)
 * I’ve come up with a workaround for this problem, at least until the plugin is
   updated. On line 135 of **/wp-content/plugins/multiple-content-blocks/multiple_content.
   php** I’ve added:
 * `$content = str_replace("\r","<br/>",$content);`
 * It’s a little funky, because it sometimes adds an extra line break where it doesn’t
   need to, but switching between WYSIWYG and HTML views seems to fix this.
 * Hope it helps.

Viewing 1 replies (of 1 total)