first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
class WPML_ST_JED_Domain {
|
||||
|
||||
public static function get( $domain, $handler ) {
|
||||
return $domain . '-' . $handler;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user