Pattern: Use of check_plain()
on first arg of l()
Issue: -
The first argument of the l()
function should not be check_plain()
'ed. l()
will sanitize it for you by default.
Pattern: Use of check_plain()
on first arg of l()
Issue: -
The first argument of the l()
function should not be check_plain()
'ed. l()
will sanitize it for you by default.