forked from mirror/_s
Add missing PHP opening and closing tags.
This commit is contained in:
parent
46a41b2042
commit
14d29b036d
|
@ -10,9 +10,11 @@
|
|||
*
|
||||
* You can add the WooCommerce Mini Cart to header.php like so ...
|
||||
*
|
||||
if ( function_exists( '_s_woocommerce_header_cart' ) ) {
|
||||
_s_woocommerce_header_cart();
|
||||
}
|
||||
<?php
|
||||
if ( function_exists( '_s_woocommerce_header_cart' ) ) {
|
||||
_s_woocommerce_header_cart();
|
||||
}
|
||||
?>
|
||||
*
|
||||
* @package _s
|
||||
*/
|
||||
|
|
Reference in New Issue