Fixed missing text domain
This commit is contained in:
parent
79ad911619
commit
71ecb57d2d
|
@ -313,7 +313,7 @@ class WC_Product_Variable_Data_Store_CPT extends WC_Product_Data_Store_CPT imple
|
|||
WHERE post_type = 'product_variation'
|
||||
AND post_parent = %d
|
||||
",
|
||||
$previous_name ? $previous_name : __( 'Auto Draft' ),
|
||||
$previous_name ? $previous_name : __( 'Auto Draft', 'woocommerce' ),
|
||||
$new_name,
|
||||
$product->get_id()
|
||||
) );
|
||||
|
|
Loading…
Reference in New Issue