Example #1
0
 /**
  * 
  * make config file of all the text in the settings for the .mo and .po creation
  */
 protected static function updateSettingsText()
 {
     $filelist = UniteFunctionsRev::getFileList(self::$path_settings, "xml");
     foreach ($filelist as $file) {
         $filepath = self::$path_settings . $file;
         UniteFunctionsWPRev::writeSettingLanguageFile($filepath);
     }
 }