Remove @(deprecated) sign from docblock to prevent false notice in editors
This commit is contained in:
parent
0433af97fd
commit
08e441149b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue