• I know the plugin is not tested for version 4.3.1 and says compatible up to 4.2.5 but I wanted to provide you with some user experience for when you want to start your testing.

    Right now it appears to work as expected except in one area. It is not throwing any errors and it is preventing wpautop from wrapping elements in <p> or adding <br />. So that seems to work.

    The only issue I have noticed is that it is adding a <p> at the end of every post. Very strange and wanted to provide you this example for when you start to work on the update.

    Example code in editor:

    <h4>Here is the slide title</h4>
    <p>Here is the slide content</p>
    <a href="#">Click Here</a>

    Final output:

    <h4>Here is the slide title</h4>
    <p>Here is the slide content</p>
    <a href="#">Click Here</a>
    <p></p>

    https://wordpress.org/plugins/toggle-wpautop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Desrosiers

    (@desrosj)

    Thanks for letting us know! We just have to update the plugin to reflect the new version of WordPress.

    I will give this a look over when I have a chance this weekend and see if I can replicate your issue.

    Thread Starter RKS213

    (@rks213)

    Hello, were you able to reproduce this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP 4.3.1 Details’ is closed to new replies.