Skip to content

Commit

Permalink
Fix typo in function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidakennedy committed Mar 16, 2016
1 parent 06cd47d commit 1411a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function components_setup() {
) ) );
}
endif;
add_action( 'after_setup_theme', 'component_setup' );
add_action( 'after_setup_theme', 'components_setup' );

/**
* Set the content width in pixels, based on the theme's design and stylesheet.
Expand Down

0 comments on commit 1411a72

Please sign in to comment.