Преглед на файлове

Removing extraneous whitespace that prevented Google Fonts from being loaded

Joshua McGee преди 11 години
родител
ревизия
8656347a1f
променени са 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');
 }
 
-add_action('wp_enqueue_scripts ', 'bones_fonts');
+add_action('wp_enqueue_scripts', 'bones_fonts');