update/product-editor-add-missing-desc
This commit is contained in:
parent
5a66522601
commit
254469ddbe
|
@ -376,6 +376,7 @@ class SimpleProductTemplate extends AbstractProductFormTemplate implements Produ
|
||||||
'order' => 10,
|
'order' => 10,
|
||||||
'attributes' => array(
|
'attributes' => array(
|
||||||
'title' => __( 'Product catalog', 'woocommerce' ),
|
'title' => __( 'Product catalog', 'woocommerce' ),
|
||||||
|
'description' => __( 'Help customers find this product by assigning it to categories, adding extra details, and managing its visibility in your store and other channels.', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue