- 🇦🇺Australia VladimirAus Brisbane, Australia
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.
The text used for slug is not translatable.
I think it must be so you can use it in a multilingual site.
The modification is very simple, you only have to modify the line 851 in dfp.module
$tag->slug = dfp_format_slug($tag->slug);
Change to:
$tag->slug = t(dfp_format_slug($tag->slug));
Closed: outdated
1.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thank you for your contributions.
Drupal 7 is no longer supported.
Closing issue as outdated.