In sociable_init_locale() function, replace :
load_plugin_textdomain('sociable', false, 'i18n');
by :
load_plugin_textdomain('sociable', false, dirname(plugin_basename(__FILE__)).'/i18n');
Enjoy ;)
In sociable_init_locale() function, replace :
load_plugin_textdomain('sociable', false, 'i18n');
by :
load_plugin_textdomain('sociable', false, dirname(plugin_basename(__FILE__)).'/i18n');
Enjoy ;)
Also, you may want to change the default tagline to: "Share and Enjoy:" (without quotes) and make the change in sociable.php around line 757:
$html .= __($tagline, 'sociable');
HTML tags shouldn't be used in the tagline itself, use the CSS class (.sociable_tagline) for styling. Should I post a bugreport?
This topic has been closed to new replies.