• mortenf

    (@mortenf)


    Sociable points to its “i18n” subdirectory using a wrong path, causing the language files not to be found.

    Current code:
    load_plugin_textdomain('sociable', false, 'i18n');

    Should be:
    load_plugin_textdomain('sociable', false, 'sociable/i18n');

  • The topic ‘[Plugin: Sociable] Language file path’ is closed to new replies.