Completed
Pull Request — develop (#2017)
by Aristeides
04:21 queued 39s
created
modules/gutenberg/class-kirki-modules-gutenberg.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
 		$styles = $this->get_styles();
169 169
 
170 170
 		if ( ! empty( $styles ) ) {
171
-			$settings['styles'][] = array( 'css' => $styles );
171
+			$settings[ 'styles' ][ ] = array( 'css' => $styles );
172 172
 		}
173 173
 
174 174
 		return $settings;
@@ -220,11 +220,11 @@  discard block
 block discarded – undo
220 220
 		}
221 221
 
222 222
 		if ( ! empty( $args ) ) {
223
-			if ( isset( $args['disable_output'] ) && true === $args['disable_output'] ) {
223
+			if ( isset( $args[ 'disable_output' ] ) && true === $args[ 'disable_output' ] ) {
224 224
 				return true;
225 225
 			}
226 226
 
227
-			if ( ! isset( $args['gutenberg_support'] ) || true !== $args['gutenberg_support'] ) {
227
+			if ( ! isset( $args[ 'gutenberg_support' ] ) || true !== $args[ 'gutenberg_support' ] ) {
228 228
 				return true;
229 229
 			}
230 230
 		}
Please login to merge, or discard this patch.