• If you want Twitter comments to appear in the language that corresponds to them, edit lib/social/service/twitter.php

    add on top:

    global $IclCommentsTranslation;
    add_action(‘wp_insert_comment’, array($IclCommentsTranslation, ‘wp_insert_comment’), 10, 2);

    http://ww.wp.xz.cn/plugins/social/

The topic ‘Twitter aggregation & WMPL compatibility’ is closed to new replies.