Patched up docblock after faulty merge. Closes #4721
This commit is contained in:
parent
4445a3370e
commit
a2f396d4ac
|
@ -223,7 +223,6 @@ if ( ! function_exists( 'taxonomy_is_product_attribute' ) ) {
|
||||||
* Returns true when the passed taxonomy name is a product attribute.
|
* Returns true when the passed taxonomy name is a product attribute.
|
||||||
*
|
*
|
||||||
* @uses $wc_product_attributes global which stores taxonomy names upon registration
|
* @uses $wc_product_attributes global which stores taxonomy names upon registration
|
||||||
* @param $name of the attribute
|
|
||||||
* @param string $name of the attribute
|
* @param string $name of the attribute
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue