Skip to content

Commit

Permalink
dont hook in header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Sep 2, 2014
1 parent eecf1b9 commit 44d67ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/structure/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@

/**
* Header
* @see storefront_social_icons()
* @see storefront_secondary_navigation()
* @see storefront_site_branding()
* @see storefront_primary_navigation()
*/
add_action( 'storefront_header', 'storefront_social_icons', 10 );
add_action( 'storefront_header', 'storefront_site_branding', 20 );
add_action( 'storefront_header', 'storefront_secondary_navigation', 30 );
add_action( 'storefront_header', 'storefront_primary_navigation', 50 );
Expand Down

0 comments on commit 44d67ae

Please sign in to comment.