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 * @package WooCommerce/Templates
* @version 3.3.0 * @version 3.3.0
*/ */
if ( ! defined( 'ABSPATH' ) ) { if ( ! defined( 'ABSPATH' ) ) {
exit; exit;
} }

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Loop Add to Cart * 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. * 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 * HOWEVER, on occasion WooCommerce will need to update template files and you
@ -10,9 +10,9 @@
* happen. When this occurs the version of the template file will be bumped and * happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes. * the readme will list any important changes.
* *
* @see https://docs.woocommerce.com/document/template-structure/ * @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes * @author WooThemes
* @package WooCommerce/Templates * @package WooCommerce/Templates
* @version 3.3.0 * @version 3.3.0
*/ */

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Edit address form * 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. * 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 * HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Lost password form * 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. * 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 * HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Lost password reset form. * 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. * 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 * HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,8 +1,7 @@
<?php <?php
/** /**
* My Addresses * 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. * 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 * HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -1,8 +1,8 @@
<?php <?php
/** /**
* My Orders * My Orders - Deprecated
* *
* @deprecated 2.6.0 this template file is no longer used. My Account shortcode uses orders.php. * @deprecated 2.6.0 this template file is no longer used. My Account shortcode uses orders.php.
*/ */
if ( ! defined( 'ABSPATH' ) ) { if ( ! defined( 'ABSPATH' ) ) {

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* Simple product add to cart * 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. * 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 * HOWEVER, on occasion WooCommerce will need to update template files and you

View File

@ -10,9 +10,9 @@
* happen. When this occurs the version of the template file will be bumped and * happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes. * the readme will list any important changes.
* *
* @see https://docs.woocommerce.com/document/template-structure/ * @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes * @author WooThemes
* @package WooCommerce/Templates * @package WooCommerce/Templates
* @version 3.3.0 * @version 3.3.0
*/ */

View File

@ -10,9 +10,9 @@
* happen. When this occurs the version of the template file will be bumped and * happen. When this occurs the version of the template file will be bumped and
* the readme will list any important changes. * the readme will list any important changes.
* *
* @see https://docs.woocommerce.com/document/template-structure/ * @see https://docs.woocommerce.com/document/template-structure/
* @author WooThemes * @author Automattic
* @package WooCommerce/Templates * @package WooCommerce/Templates
* @version 3.3.0 * @version 3.3.0
*/ */