Merge pull request #15833 from woocommerce/template-comments-update

Update some template comments
This commit is contained in:
Mike Jolley 2017-06-28 10:34:26 +01:00 committed by GitHub
commit f16c2f73f4
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* My Downloads
* My Downloads - Deprecated
*
* Shows downloads on the account page.
*
@ -16,7 +16,7 @@
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.0.0
* @depreacated 2.6.0
* @deprecated 2.6.0
*/
if ( ! defined( 'ABSPATH' ) ) {

View File

@ -1,8 +1,8 @@
<?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' ) ) {

View File

@ -1,6 +1,6 @@
<?php
/**
* Single Product Price, including microdata for SEO
* Single Product Price
*
* This template can be overridden by copying it to yourtheme/woocommerce/single-product/price.php.
*