Plugin Author
deadko
(@deadko)
launched version 1.9.8. You can test it now.
Thread Starter
p1c2d3
(@postcd)
Thank you for adding it. I have spotted some data damage error, unsure if related to this feature.
This is post HTML code resulted in plugin “Edit link” action. I think that what i did was to remove ending slash from the end of the URL “http://ab-cdef.gh/” and replace http by https. Interesting was that before modification the page HTML code shown link as ending with .gh//” (two slashes) I have tried to reproduce that but failed.
There is a a screenshot showing differences between original and modified code.
Trying to reproduce:
use original code save it as post
find article name using plugin search
recheck these items
find the item that starts AZ in column Text.
click Edit link and just remove ending slash
it looks like it updated not one but all links as if it replaced original string with new one, which leads to links having double slashes after domain name.
Can this be caused by a recent change in a replacement logic?