Completed
Push — develop ( a41371...a3f86d )
by Aristeides
02:14
created
core/class-kirki-l10n.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,8 +115,8 @@
 block discarded – undo
115 115
 	function override_load_textdomain( $override, $domain, $mofile ) {
116 116
 
117 117
 		global $l10n;
118
-		if ( isset( $l10n[ $this->get_theme_textdomain() ] ) ) {
119
-			$l10n['kirki'] = $l10n[ $this->get_theme_textdomain() ];
118
+		if ( isset( $l10n[$this->get_theme_textdomain()] ) ) {
119
+			$l10n['kirki'] = $l10n[$this->get_theme_textdomain()];
120 120
 		}
121 121
 
122 122
 		// Check if the domain is "kirki".
Please login to merge, or discard this patch.