Skip to content

Commit

Permalink
Added TBD to save_notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
redscar committed Jan 9, 2025
1 parent 5f2c642 commit 3235b4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Tribe/PUE/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 3235b4e

Please sign in to comment.