Skip to content

Commit

Permalink
updating tbds
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Feb 7, 2024
1 parent 8ad9c4e commit 10eb027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shortcodes/pmpro_member.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 10eb027

Please sign in to comment.