eot;
}
/**
* Dismiss current dashboard message
*
* @since 1.0
*/
function dash_notifier_dismiss()
{
$msg = dash_notifier_get_msg() ;
$msg[ 'msg_md5_previous' ] = $msg[ 'msg_md5' ] ;
delete_option( 'dash_notifier.msg' ) ;
update_option( 'dash_notifier.msg', $msg ) ;
}