Remove @(deprecated) sign from docblock to prevent false notice in editors

This commit is contained in:
JeroenSormani 2017-03-15 09:46:17 +01:00
parent 0433af97fd
commit 08e441149b
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class WC_Product extends WC_Abstract_Legacy_Product {
/** /**
* Get internal type. Should return string and *should be overridden* by child classes. * Get internal type. Should return string and *should be overridden* by child classes.
* *
* The product_type property is @deprecated but is used here for BW compat with child classes which may be defining product_type and not have a get_type method. * The product_type property is deprecated but is used here for BW compat with child classes which may be defining product_type and not have a get_type method.
* *
* @since 2.7.0 * @since 2.7.0
* @return string * @return string