-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/translations deprecation warning piwoo 571 #967
Fix/translations deprecation warning piwoo 571 #967
Conversation
There was an error with the blocks
this is covered by woo now, also put translation to false
load_plugin_textdomain( | ||
'mollie-payments-for-woocommerce', | ||
false, | ||
dirname(plugin_basename($this->baseFile)) . '/languages/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that removed? And not the complete function call?
@@ -29,20 +29,6 @@ public function __construct($requiredVersion, $requiredPluginName, $pluginDispla | |||
public function check() | |||
{ | |||
$pluginSlug = "{$this->requiredPluginName}/{$this->requiredPluginName}.php"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like that this is not needed anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Handles PIWOO-571