Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40135, comment 5


Ignore:
Timestamp:
03/02/2018 08:18:45 PM (7 years ago)
Author:
ayubi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40135, comment 5

    initial v1  
    221- Firstly I entered some inline HTML without any whitespace including <img /> using only text mode on the editor and saved directly!
    332- then i checked post source and i found that wpautop has added <p></p> after ending <img /> tag.
    4 3- After some research added a new Regex line at /wp-includes/formating.php and tested again with same process and Bug has been resolved
     43- After some research added a new Regex line at /wp-includes/formatting.php and tested again with same process and Bug has been resolved