Add missing message when clearing sessions
All other actions add a message from tools
This commit is contained in:
parent
c712e1414a
commit
71c2012c1b
|
@ -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'] );
|
||||
|
|
Loading…
Reference in New Issue