Merge pull request #5190 from BFTrick/cool-typo
Fixing "cool" Typo. See #5189
This commit is contained in:
commit
12d5ffe2a1
|
@ -687,7 +687,7 @@ class WC_Product {
|
|||
* Returns false if the product cannot be bought.
|
||||
*
|
||||
* @access public
|
||||
* @return cool
|
||||
* @return bool
|
||||
*/
|
||||
public function is_purchasable() {
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ class WC_Product_External extends WC_Product {
|
|||
* Returns false if the product cannot be bought.
|
||||
*
|
||||
* @access public
|
||||
* @return cool
|
||||
* @return bool
|
||||
*/
|
||||
public function is_purchasable() {
|
||||
return apply_filters( 'woocommerce_is_purchasable', false, $this );
|
||||
|
|
|
@ -154,7 +154,7 @@ class WC_Product_Grouped extends WC_Product {
|
|||
* Returns false if the product cannot be bought.
|
||||
*
|
||||
* @access public
|
||||
* @return cool
|
||||
* @return bool
|
||||
*/
|
||||
public function is_purchasable() {
|
||||
return apply_filters( 'woocommerce_is_purchasable', false, $this );
|
||||
|
|
|
@ -240,7 +240,7 @@ class WC_Product_Variation extends WC_Product {
|
|||
* Returns false if the product cannot be bought.
|
||||
*
|
||||
* @access public
|
||||
* @return cool
|
||||
* @return bool
|
||||
*/
|
||||
public function is_purchasable() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue