Skip to content
Snippets Groups Projects
Commit aeaa563b authored by dyszczo's avatar dyszczo
Browse files

Merge branch 'devel'

parents 338659b9 e127733d
Branches
Tags
1 merge request!3testy jednostkowe + trochę fixów + wsparcie dla openssl
......@@ -23,6 +23,9 @@ class WPDesk_Plugin_Info implements WPDesk_Translable, WPDesk_Buildable {
/** @var \DateTimeInterface */
private $release_date;
/** string */
private $text_domain;
/**
* @return string
*/
......@@ -111,6 +114,13 @@ class WPDesk_Plugin_Info implements WPDesk_Translable, WPDesk_Buildable {
* @return string
*/
public function get_text_domain() {
return strtolower( $this->get_plugin_dir() );
return $this->text_domain;
}
/**
* @param $value
*/
public function set_text_domain($value) {
$this->text_domain = $value;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment