diff --git a/src/AdminNoticeHandler.php b/src/AdminNoticeHandler.php index c457aae..2c24185 100644 --- a/src/AdminNoticeHandler.php +++ b/src/AdminNoticeHandler.php @@ -88,7 +88,7 @@ private function parse_notices( &$collection ) { $types = explode( ' ', $class_values[1][0] ); // notification message - $message = trim( strip_tags( $matches[2][0], '' ) ); + $message = trim( strip_tags( $matches[2][0], '' ) ); // add to notices $this->notices[] = new Notification( $types, $message );