Просмотр исходного кода

Merge pull request #684 from McGeekiest/master

Removing extraneous whitespace that prevented Google Fonts from being loaded
Eddie Machado 11 лет назад
Родитель
Сommit
5e5eb5a44e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -242,7 +242,7 @@ function bones_fonts() {
   wp_enqueue_style('googleFonts', 'http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');
   wp_enqueue_style('googleFonts', 'http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');
 }
 }
 
 
-add_action('wp_enqueue_scripts ', 'bones_fonts');
+add_action('wp_enqueue_scripts', 'bones_fonts');