Dexter
February 27, 2023, 1:26pm
#1
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
Dexter
February 28, 2023, 8:06am
#3
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?