Skip to content

Commit

Permalink
Updates reference to hooked functions in docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Apr 27, 2018
1 parent f213c8e commit e6b24e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,12 @@
* Functions hooked in to storefront_before_content
*
* @hooked storefront_header_widget_region - 10
* @hooked woocommerce_breadcrumb - 10
*/
do_action( 'storefront_before_content' ); ?>

<div id="content" class="site-content" tabindex="-1">
<div class="col-full">

<?php
/**
* Functions hooked in to storefront_content_top
*
* @hooked woocommerce_breadcrumb - 10
*/
do_action( 'storefront_content_top' );

0 comments on commit e6b24e9

Please sign in to comment.