wpml-media-translations-editor-notices-factory.php 216 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php /** * Class WPML_Media_Editor_Notices_Factory */ class WPML_Media_Editor_Notices_Factory implements IWPML_Backend_Action_Loader { public function create() { return new WPML_Media_Editor_Notices(); } }