Localization Issue
-
Was working with this plugin for a client on a bilingual site and noticed that the “Today” “Earlier” strings weren’t properly wrapped with the localization domain.
Just wanted to let you know:
Version: 2.65
File: templates\date_above.php
At Line – 26:
$readable.='<span style="'.$testyle.'">'. _e("Today", 'wp-rss-multi-importer') .'</span>';
At Line – 36:
$readable.= '<span style="'.$testyle.'">'. _e("Earlier", 'wp-rss-multi-importer') . '</span>';
Hope this helps!
John
https://www.ads-software.com/extend/plugins/wp-rss-multi-importer/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Localization Issue’ is closed to new replies.