class-wpml-tm-old-editor-factory.php 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <?php class WPML_TM_Old_Editor_Factory implements IWPML_Backend_Action_Loader, IWPML_AJAX_Action_Loader { public function create() { return new WPML_TM_Old_Editor(); } }