Skip to content

Commit 17bd167

Browse files
committed
Bullet proofing some args theme devs leave out of their global array.
Signed-off-by: Kev Provance <[email protected]>
1 parent 3006a24 commit 17bd167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redux-core/inc/classes/class-redux-output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function enqueue() {
178178
$typography = new Redux_Typography( null, null, $core );
179179

180180
$core->args['disable_google_fonts_link'] = ( ! isset( $core->args['disable_google_fonts_link'] ) ? false : $core->args['disable_google_fonts_link'] );
181-
var_dump($core->args['disable_google_fonts_link']);
181+
182182
if ( ! $core->args['disable_google_fonts_link'] ) {
183183
$url = $typography->make_google_web_font_link( Redux_Core::$typography );
184184
wp_enqueue_style( 'redux-google-fonts-' . $core->args['opt_name'], $url, array(), $version );

0 commit comments

Comments
 (0)