Merge branch 'master' of github.com:woocommerce/woocommerce
This commit is contained in:
commit
125eaaf241
|
@ -212,7 +212,7 @@ class WC_Product_Attribute implements ArrayAccess {
|
||||||
/**
|
/**
|
||||||
* Get name.
|
* Get name.
|
||||||
*
|
*
|
||||||
* @return int
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function get_name() {
|
public function get_name() {
|
||||||
return $this->data['name'];
|
return $this->data['name'];
|
||||||
|
|
Loading…
Reference in New Issue