WP 4.3.1 Details
-
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>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP 4.3.1 Details’ is closed to new replies.