@@ -38,8 +38,8 @@ |
||
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. |