update/product-editor-add-missing-desc

This commit is contained in:
Damián Suárez 2023-11-22 16:37:52 -03:00
parent 5a66522601
commit 254469ddbe
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ class SimpleProductTemplate extends AbstractProductFormTemplate implements Produ
'order' => 10,
'attributes' => array(
'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' ),
),
)
);