Merge branch 'master' of github.com:woocommerce/woocommerce

This commit is contained in:
Rodrigo Primo 2018-12-19 13:31:34 -02:00
commit 125eaaf241
1 changed files with 1 additions and 1 deletions

View File

@ -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'];