Completed
Push — develop ( 691768...c5c7b0 )
by Aristeides
03:22
created
l10n.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
 
39 39
 			// If the theme's textdomain is loaded, assign the theme's translations
40 40
 			// to the "kirki" textdomain.
41
-			if ( isset( $l10n[ $theme_textdomain ] ) ) {
42
-				$l10n[ $domain ] = $l10n[ $theme_textdomain ];
41
+			if ( isset( $l10n[$theme_textdomain] ) ) {
42
+				$l10n[$domain] = $l10n[$theme_textdomain];
43 43
 			}
44 44
 
45 45
 			// Always override.  We only want the theme to handle translations.
Please login to merge, or discard this patch.