first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
interface IWPML_TM_Count {
|
||||
|
||||
public function get_total_words();
|
||||
|
||||
public function get_words_to_translate( $lang );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user