Skip to content

Commit

Permalink
hotfix plugin textdomain path
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCulea committed May 14, 2018
1 parent 37f36a5 commit 89ff786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ function set_options_id_lang( $future_post_id, $original_post_id ) {
*/
public function init_translations() {
// Load translations
load_plugin_textdomain( 'bea-acf-options-for-polylang', false, BEA_CPT_AGENT_PLUGIN_DIRNAME . '/languages' );
load_plugin_textdomain( 'bea-acf-options-for-polylang', false, BEA_ACF_OPTIONS_FOR_POLYLANG_PLUGIN_DIRNAME . '/languages' );
}
}

0 comments on commit 89ff786

Please sign in to comment.