Bug: Recursive replacement
-
Hello Weblizar,
The current version of Seo Image Optimizer is replacing the alt and title tags good.
Bug there is a loop bug/ recursive bug in this:
For every extra image in the post, it repeats the image title or tags in the alt text.Example:
Post with 4 images. 2 tags and 1 category
Replacement is defined as: %tags, %categoryResult is:
image 1:
alt = tag1, tag2, category1image2:
alt = tag1, tag2, category1, tag1, tag2, category1image3:
alt = tag1, tag2, category1, tag1, tag2, category1, tag1, tag2, category1etc…
Loop on line 175 of option-panel.php contains an error. It adds the properties of the post to the existing variable every time the loop continues with every image.
Can you fix this?
- The topic ‘Bug: Recursive replacement’ is closed to new replies.