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

Removed undefined method - left during merge conflict resolving

parent 44c486c7
No related branches found
No related tags found
No related merge requests found
Pipeline #10138 failed
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
*/ */
public function create_requirement_checker( $plugin_file, $plugin_name, $text_domain = null ) { public function create_requirement_checker( $plugin_file, $plugin_name, $text_domain = null ) {
return new WPDesk_Basic_Requirement_Checker( $plugin_file, $plugin_name, 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