From 61633ea43b83920684b327dbf3f4cd6b3f0522e9 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:03:00 +0200 Subject: [PATCH] Fix doc comment --- includes/functions/_helpers-users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/_helpers-users.php b/includes/functions/_helpers-users.php index daf62b32..e02526c8 100644 --- a/includes/functions/_helpers-users.php +++ b/includes/functions/_helpers-users.php @@ -303,7 +303,7 @@ if ( ! function_exists( 'fictioneer_get_patreon_badge' ) ) { } /** - * Checks whether the user's Patreon data still valid + * Checks whether the user's Patreon data is still valid * * Note: Patreon data expires after a set amount of time, one week * by default defined as FICTIONEER_PATREON_EXPIRATION_TIME.