Header fixes

Formatting;
Removing outdated Understrap comments;
Making identical to Woo;
This commit is contained in:
Unknown 2018-03-22 12:39:01 -06:00 committed by zachary
parent 3fb28d3f64
commit f3b09b7955
10 changed files with 18 additions and 18 deletions

View File

@ -15,6 +15,7 @@
* @package WooCommerce/Templates
* @version 3.3.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}

View File

@ -1,7 +1,7 @@
<?php
/**
* Loop Add to Cart
* Updated for Understrap to maintain Woocommerce 3.0.3 compatability.
*
* This template can be overridden by copying it to yourtheme/woocommerce/loop/add-to-cart.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,7 +1,7 @@
<?php
/**
* Edit address form
* Updated for Understrap to maintain Woocommerce 3.0.9 compatability.
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-edit-address.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,7 +1,7 @@
<?php
/**
* Lost password form
* Updated for Understrap to maintain Woocommerce 3.0.3 compatability.
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-lost-password.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,7 +1,7 @@
<?php
/**
* Lost password reset form.
* Updated for Understrap to maintain Woocommerce 3.0.3 compatability.
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-reset-password.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -2,7 +2,6 @@
/**
* My Addresses
*
* Updated for Understrap to maintain Woocommerce 3.0.3 compatability.
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/my-address.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,6 +1,6 @@
<?php
/**
* My Orders
* My Orders - Deprecated
*
* @deprecated 2.6.0 this template file is no longer used. My Account shortcode uses orders.php.
*/

View File

@ -1,7 +1,7 @@
<?php
/**
* Simple product add to cart
* Updated for Understrap to maintain Woocommerce 3.0.3 compatability.
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product/add-to-cart/simple.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -11,7 +11,7 @@
* the readme will list any important changes.
*
* @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes
* @author Automattic
* @package WooCommerce/Templates
* @version 3.3.0
*/