Skip to content
Snippets Groups Projects
Commit 224ac8e3 authored by vasili.guruli's avatar vasili.guruli
Browse files

Small fix

parent 98fa515d
No related branches found
No related tags found
1 merge request!21Feature/minimum plugin version check demo1
Pipeline #10113 failed
......@@ -25,7 +25,7 @@
*/
public function create_requirement_checker( $plugin_file, $plugin_name, $text_domain = null ) {
return new WPDesk_Basic_Requirement_Checker( $plugin_file, $plugin_name,
$this->initialize_translations( $text_domain ), null, null );
$text_domain, null, null );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment