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.