|
@@ -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[ $font ]['subsets'] ) ) { |
|
134
|
|
- foreach ( $this->googlefonts[ $font ]['subsets'] as $subset ) { |
|
|
133
|
+ if ( isset( $this->googlefonts[$font]['subsets'] ) ) { |
|
|
134
|
+ foreach ( $this->googlefonts[$font]['subsets'] as $subset ) { |
|
135
|
135
|
$this->subsets[] = $subset; |
|
136
|
136
|
} |
|
137
|
137
|
} |
Please login to merge, or discard this patch.