Add missing PHP opening and closing tags.

This commit is contained in:
Tiago Noronha 2017-08-01 15:55:25 +01:00
parent 46a41b2042
commit 14d29b036d
1 changed files with 5 additions and 3 deletions

View File

@ -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
*/