first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class WPML_Media_Attachments_Query_Factory
|
||||
*/
|
||||
class WPML_Media_Attachments_Query_Factory implements IWPML_Frontend_Action_Loader, IWPML_Backend_Action_Loader {
|
||||
|
||||
/**
|
||||
* @return IWPML_Action|WPML_Media_Attachments_Query
|
||||
*/
|
||||
public function create() {
|
||||
return new WPML_Media_Attachments_Query();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user