Add missing PHP opening and closing tags.
This commit is contained in:
parent
46a41b2042
commit
14d29b036d
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue