Untranslated label in taxomy dropdown on edit screen
-
In
class-xydac-taxonomy-type-functions.php
line 197 you have:$label = “Show All {$taxonomy->label}”;
This means that “Show All” cannot be translated. The translation will also depend on the taxonomy, so a simple gettext function will not do.
The best way, I think, would be to add this label as an option to each custom taxonomy.
- The topic ‘Untranslated label in taxomy dropdown on edit screen’ is closed to new replies.