9 lines
81 B
PHP
9 lines
81 B
PHP
<?php
|
|
|
|
/**
|
|
* @author OnTheGo Systems
|
|
*/
|
|
interface WPML_Duplicable_Element {
|
|
|
|
}
|