Twitter aggregation & WMPL compatibility
-
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);
The topic ‘Twitter aggregation & WMPL compatibility’ is closed to new replies.