Hi,
Thanks for your work.
I'm using russian localisation at my site and when russian is a main language this:
themename_removetab('Users', $vars);
is not works. But this works:
themename_removetab(t('Users'), $vars);
Thanks.
Hi,
Thanks for your work.
I'm using russian localisation at my site and when russian is a main language this:
themename_removetab('Users', $vars);
is not works. But this works:
themename_removetab(t('Users'), $vars);
Thanks.
Comments
Comment #1
sanduhrsI can confirm problem and came to the same solution.
Comment #2
davemybes commentedThanks. Fixed in latest dev version.