Skip to content

Commit

Permalink
Remove backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed May 3, 2024
1 parent cf7edb8 commit 66ec29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/I18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct() {
* @return boolean
*/
public static function load_php_textdomain() {
return \load_plugin_textdomain(
return load_plugin_textdomain(
'wp-module-onboarding-data',
false,
dirname( container()->plugin()->basename ) . '/vendor/newfold-labs/wp-module-onboarding-data/languages'
Expand Down

0 comments on commit 66ec29e

Please sign in to comment.