Text translation

On translate
Value: link_text, Language variable link text

I get a text in stead of a link like the older versions.

Result should be “link text” instead it’s showing the tag as well “link text

This doesn’t work anymore without nofilter added {__(“link_text”)}

{__(“link_text”) nofilter} this works but I’d like to know how to fix the 1st one to work.

nofilter is required if you want html tags to be processed correctly

I have so many tags {__(“”)} that don’t have nofilter, how can I fix this issue in the function php so that i don’t have to put the no filter individually, because the old cs cart didn’t have that issue

I was unable to replicate this issue in 4.16.1. Could you please provide any additional info on how to reproduce this?