We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef14085 + 912fc05 commit ee1ccacCopy full SHA for ee1ccac
wp-resources/plugins/sil-dictionary-webonary/webonary/Webonary_Cloud.php
@@ -780,6 +780,7 @@ public static function resetDictionary($dictionaryId): array
780
$language = $dictionary->mainLanguage;
781
update_option('languagecode', $language->lang);
782
update_option('totalConfiguredEntries', $language->entriesCount);
783
+ update_option('mongo_sem_domain', false);
784
785
if (!empty($language->letters))
786
update_option('vernacular_alphabet', self::filterLetterList($language->letters, true));
0 commit comments