From 8436a8600d817654b777aa95c662eb145eaecc3f Mon Sep 17 00:00:00 2001 From: Joshua Dinh Date: Mon, 30 Oct 2023 11:22:39 -0700 Subject: [PATCH] doc: add unreleased tag --- includes/shortcodes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/shortcodes.php b/includes/shortcodes.php index 85a7618c4a..a63a93894a 100644 --- a/includes/shortcodes.php +++ b/includes/shortcodes.php @@ -25,6 +25,7 @@ * * Displays a user's donation history. * + * @unreleased pass form id by reference in give_totals shortcode. * @since 1.0 * * @param array $atts @@ -639,7 +640,7 @@ static function ($id) { }, $form_ids ); - + /** * Filter to modify WP Query for Total Goal. *