diff --git a/modules/webfonts/class-kirki-modules-webfonts-async.php b/modules/webfonts/class-kirki-modules-webfonts-async.php index 1fc9b63fd..231f14786 100644 --- a/modules/webfonts/class-kirki-modules-webfonts-async.php +++ b/modules/webfonts/class-kirki-modules-webfonts-async.php @@ -113,7 +113,7 @@ public function webfont_loader() { } $fonts_to_load[] = $font . ':' . join( ',', $weights ) . ':cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese,hebrew,arabic,bengali,gujarati,tamil,telugu,thai'; } - wp_enqueue_script( 'webfont-loader', 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js', array(), KIRKI_VERSION ); + wp_enqueue_script( 'webfont-loader', 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js', array() ); if ( empty( $fonts_to_load ) ) { return; }