Exemplo n.º 1
0
 /**
  * Load the multilingual aspect of the plugin
  */
 public function load_textdomain()
 {
     //TODO: Can replace with $this->sPluginRootDir ?
     load_plugin_textdomain($this->oPluginVo->getTextDomain(), false, dirname($this->getPluginBaseFile()) . '/languages/');
 }