img urls convert_url_to_link

img urls convert_url_to_link

by Mike P -
Number of replies: 0

Is there a code regression in 1.9.13+

 

image urls are being created as links.

code from a patch seems to not have been applied or was not approved ?

   $filterignoretagsopen  = array('<a\s[^>]+?>', '<img\s[^>]+?>');
$filterignoretagsclose = array('</a>','');

 

Average of ratings: -