Fix img tag format
-
Hello,
could you fix function which generate img tag
function get_the_category_thumbnail
line 55
return sprintf('<img src="%s"%s />'...
to
return sprintf('<img src="%s" %s />'...
now alt is sticky to src attribute
- The topic ‘Fix img tag format’ is closed to new replies.