Completed
Push — develop ( dd518f...8a0d28 )
by Aristeides
02:43
created
modules/webfonts/class-kirki-modules-webfonts-link.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,8 +130,8 @@
 block discarded – undo
130 130
 		// Are we force-loading all subsets?
131 131
 		if ( true === Kirki_Fonts_Google::$force_load_all_subsets ) {
132 132
 
133
-			if ( isset( $this->googlefonts->fonts[ $font ]['subsets'] ) ) {
134
-				foreach ( $this->googlefonts->fonts[ $font ]['subsets'] as $subset ) {
133
+			if ( isset( $this->googlefonts->fonts[$font]['subsets'] ) ) {
134
+				foreach ( $this->googlefonts->fonts[$font]['subsets'] as $subset ) {
135 135
 					$this->subsets[] = $subset;
136 136
 				}
137 137
 			}
Please login to merge, or discard this patch.