From 4081a62eae177d9291036cc3a25897795b07665d Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Mon, 7 Aug 2017 00:14:51 +0100 Subject: [PATCH] Tweak mini cart implementation comment. --- inc/woocommerce.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/woocommerce.php b/inc/woocommerce.php index 99920c7..aed612e 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -170,8 +170,6 @@ add_action( 'woocommerce_after_main_content', '_s_woocommerce_wrapper_after' ); _s_woocommerce_header_cart(); } ?> - * - * @package _s */ if ( ! function_exists( '_s_woocommerce_cart_link_fragment' ) ) {