Skip to content

Commit cefdf1a

Browse files
committed
resolves #603
1 parent e68b475 commit cefdf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-boldgrid-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private function load_dependencies() {
349349
private function set_locale() {
350350
$plugin_i18n = new Boldgrid_Backup_I18n();
351351

352-
$this->loader->add_action( 'plugins_loaded', $plugin_i18n, 'load_plugin_textdomain' );
352+
$this->loader->add_action( 'after_setup_theme', $plugin_i18n, 'load_plugin_textdomain' );
353353
}
354354

355355
/**

0 commit comments

Comments
 (0)