From 10eb027a3a100df74f0c93c7586674c3960a3983 Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Wed, 7 Feb 2024 16:20:50 -0500 Subject: [PATCH] updating tbds --- shortcodes/pmpro_member.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shortcodes/pmpro_member.php b/shortcodes/pmpro_member.php index e313aa259..a3bc5c57f 100644 --- a/shortcodes/pmpro_member.php +++ b/shortcodes/pmpro_member.php @@ -157,7 +157,7 @@ function pmpro_member_shortcode($atts, $content=null, $code='') /** * Strip the [pmpro_member] shortcode from content if the current user can't edit users. * - * @since TBD + * @since 2.12.9 * @param string|array $content The content to strip the shortcode from. * If an array is passed in, all elements @@ -206,7 +206,7 @@ function pmpro_maybe_strip_member_shortcode( $content ) { * Only allow those with the edit_users capability * to use the pmpro_member shortcode in post_meta. * - * @since TBD + * @since 2.12.9 * @param int $meta_id ID of the meta data entry. * @param int $object_id ID of the object the meta is attached to. * @param string $meta_key Meta key.