Merge pull request #15833 from woocommerce/template-comments-update
Update some template comments
This commit is contained in:
commit
f16c2f73f4
|
@ -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' ) ) {
|
||||
|
|
|
@ -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' ) ) {
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue