wpml-compatibility-disqus-factory.php 247 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php class WPML_Compatibility_Disqus_Factory implements IWPML_Frontend_Action_Loader { /** * @return WPML_Compatibility_Disqus */ public function create() { global $sitepress; return new WPML_Compatibility_Disqus( $sitepress ); } }