From 3235b4edaf6eaddbf050c39040426c5d002be891 Mon Sep 17 00:00:00 2001 From: Brian Krane Date: Thu, 9 Jan 2025 08:52:47 -0500 Subject: [PATCH] Added TBD to `save_notices`. --- src/Tribe/PUE/Notices.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Tribe/PUE/Notices.php b/src/Tribe/PUE/Notices.php index 64da91562..e25ed7d11 100644 --- a/src/Tribe/PUE/Notices.php +++ b/src/Tribe/PUE/Notices.php @@ -156,6 +156,8 @@ protected function sanitize_notices( array $notices ): array { } /** * Saves any license key notices already added. + * + * @since TBD Sanitize notices prior to storing them. */ public function save_notices() { $this->notices = $this->sanitize_notices( (array) $this->notices ); @@ -626,7 +628,7 @@ protected function get_formatted_plugin_names( $group ) { * ensure `save_notices()` is called after invoking this method. * * @since TBD - * + * * @return void */ public function clear_all_notices() {