From a674516057ea3df5f1f8f78eae5d9f230829bb27 Mon Sep 17 00:00:00 2001 From: DavidK004 Date: Sat, 7 Jun 2025 21:13:00 +0200 Subject: [PATCH] . --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ba1d479..21b8b83 100644 --- a/functions.php +++ b/functions.php @@ -164,7 +164,7 @@ function get_title_website(string $page_title) return $page_title . ' - FridgeBites'; } /** - * Get current user id and username. If user is not authorized - false + * Get current user id and username. If user is not authorized - false. * @return UserModel|false */ function get_auth_user(): bool|UserModel