Message when updating attributes #6189
This commit is contained in:
parent
d9f26e7848
commit
06129f60cd
|
@ -167,6 +167,8 @@ class WC_Admin_Attributes {
|
|||
);
|
||||
}
|
||||
|
||||
echo '<div class="updated fade"><p>' . __( 'Attribute updated successfully', 'woocommerce' ) . '</p></div>';
|
||||
|
||||
$action_completed = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue