Skip to content
Snippets Groups Projects
Commit 7ba3ce7e authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

fix: remove false value as deprecated

parent 98c60269
No related branches found
No related tags found
1 merge request!12Bugfix/wordpress review
Pipeline #504645 passed with stages
in 1 minute and 7 seconds
...@@ -162,7 +162,7 @@ final class PluginBootstrap { ...@@ -162,7 +162,7 @@ final class PluginBootstrap {
}, 10, 4 ); }, 10, 4 );
\load_plugin_textdomain( \load_plugin_textdomain(
$plugin_info->get_text_domain(), $plugin_info->get_text_domain(),
false, '',
basename( $plugin_info->get_plugin_dir() ) . "/$lang_dir/" basename( $plugin_info->get_plugin_dir() ) . "/$lang_dir/"
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment