Message when updating attributes #6189

This commit is contained in:
Mike Jolley 2014-11-26 11:14:08 +00:00
parent d9f26e7848
commit 06129f60cd
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ class WC_Admin_Attributes {
);
}
echo '<div class="updated fade"><p>' . __( 'Attribute updated successfully', 'woocommerce' ) . '</p></div>';
$action_completed = true;
}