@@ -38,9 +38,9 @@ |
||
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 ] ) ) { |
|
41 | + if ( isset( $l10n[$theme_textdomain] ) ) { |
|
42 | 42 | // @codingStandardsIgnoreLine |
43 | - $l10n[ $domain ] = $l10n[ $theme_textdomain ]; |
|
43 | + $l10n[$domain] = $l10n[$theme_textdomain]; |
|
44 | 44 | } |
45 | 45 | |
46 | 46 | // Always override. We only want the theme to handle translations. |