Code auto-generating in code editor after 5.7 Update
-
After I upgraded to WP 5.7, when I go to edit a page, the first
<a href>tag in the page starts auto generating.The code I wrote was:
a href="/form778379350/index.html" target="_blank"><div class="class-button">Enroll</div></a>Wordpress, before the update, changed it to this:
<p><a href="/form778379350/index.html" target="_blank" rel="noopener"></p> <div class="class-button">Enroll in Investigative Programs</div> <p></a><a href="/form778379350/index.html" target="_blank" rel="noopener"></a></p>And after the update, when I click on the code editor, you can watch it just auto-generate line after line of
<a href="/form778379350/index.html" target="_blank" rel="noopener"></a>On other pages it’s throwing in line after line of<p></p>when I click on the editor. I can’t edit any of my pages. Any suggestions?
The topic ‘Code auto-generating in code editor after 5.7 Update’ is closed to new replies.