From a7509da2183de0dae3b7d8203b33db5e7d990781 Mon Sep 17 00:00:00 2001 From: Phuc Nguyen Date: Sun, 28 Dec 2025 10:29:44 +0700 Subject: [PATCH] Docs: fix since tag for bbp_get_redirect_to() --- src/includes/common/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/common/functions.php b/src/includes/common/functions.php index 5bac7e38..7494c364 100644 --- a/src/includes/common/functions.php +++ b/src/includes/common/functions.php @@ -42,7 +42,7 @@ function bbp_get_post_types( $args = array() ) { /** * Return the unescaped redirect_to request value * - * @bbPress (r4655) + * @since bbPress (r4655) * * @return string The URL to redirect to, if set */