Skip to content

Commit

Permalink
Remove empty parameter from function
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Oct 26, 2016
1 parent 02c984f commit c7737a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/add-ons/typography.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function generate_typography_scripts() {
* @since 0.1
*/
add_action('wp_enqueue_scripts','generate_display_google_fonts', 0);
function generate_display_google_fonts($google_fonts) {
function generate_display_google_fonts() {

if ( is_admin() )
return;
Expand Down

0 comments on commit c7737a5

Please sign in to comment.