Skip to content

Commit

Permalink
Fix for language picker
Browse files Browse the repository at this point in the history
  • Loading branch information
foteinigk committed Jul 30, 2024
1 parent 3fac782 commit 11964fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transifex-live-integration-main.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ static function do_plugin( $is_admin, $version ) {

$settings = Transifex_Live_Integration_Defaults::settings();
}
if (!isset($settings['is_subdirectory_install'])) {
$settings['is_subdirectory_install'] = 0;
}
$live_settings = Transifex_Live_Integration_Defaults::transifex_settings();
$debug_mode = ($settings['debug']) ? true : false;

Expand Down

0 comments on commit 11964fd

Please sign in to comment.