Skip to content

Commit 44b5f23

Browse files
committed
fix: fix relative path
1 parent bf80c2c commit 44b5f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/class-custom-post-type-widgets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function load_textdomain() {
9797
return load_plugin_textdomain(
9898
'custom-post-type-widgets',
9999
false,
100-
plugin_dir_path( __CUSTOM_POST_TYPE_WIDGETS__ ) . 'languages'
100+
'custom-post-type-widgets/languages'
101101
);
102102
}
103103

0 commit comments

Comments
 (0)