Add missing message when clearing sessions

All other actions add a message from tools
This commit is contained in:
Scott Basgaard 2013-11-11 13:48:36 -05:00
parent c712e1414a
commit 71c2012c1b
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ class WC_Admin_Status {
" );
wp_cache_flush();
echo '<div class="updated"><p>' . __( 'Sessions successfully cleared', 'woocommerce' ) . '</p></div>';
break;
default:
$action = esc_attr( $_GET['action'] );