first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @author OnTheGo Systems
|
||||
*/
|
||||
class WPML_ST_Support_Info {
|
||||
|
||||
public function is_mbstring_extension_loaded() {
|
||||
return extension_loaded( 'mbstring' );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user