• Resolved btxtiger

    (@btxtiger)


    The latest version 1.9.2 removes all line breaks <br> for regular text pages. All content is unreadable!

    After deactivation of the plugin, the text is shown properly. Seems to be an output issue.

    • This topic was modified 5 years, 10 months ago by btxtiger.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter btxtiger

    (@btxtiger)

    plugins/wp-travel-engine/includes/class-wp-travel-engine.php

    Line 75:

    function wpte_the_content_filter($content) {
      $content = str_replace("<br />","", $content);
      return $content;
    }
    

    Sorry guys, but this is damn stupid.

    For all guys, who can not code PHP:
    Remove the line $content = str_replace("<br />","", $content); and your pages will look normal.

    • This reply was modified 5 years, 10 months ago by btxtiger.
    • This reply was modified 5 years, 10 months ago by btxtiger.
    • This reply was modified 5 years, 10 months ago by btxtiger.

    Thank you @btxtiger this saved my day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Erases for normal pages’ is closed to new replies.