untranslatable string “All” in filters
-
you’ve an error in templates/filter/default.php on line 34:
esc_html('All','gridmaster')
it should be:
esc_html__('All','gridmaster')
for it to be translatable.
- The topic ‘untranslatable string “All” in filters’ is closed to new replies.