Skip to content

Commit

Permalink
updating TBDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Feb 21, 2024
1 parent a9ab8b8 commit 06268eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion adminpages/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function pmpro_dashboard_news_updates_callback() {
/**
* Delete transients when orders are updated.
*
* @since TBD
* @since 3.0
*/
function pmpro_report_dashboard_delete_transients() {
delete_transient( 'pmpro_dashboard_report_recent_members' );
Expand Down
2 changes: 1 addition & 1 deletion includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function pmpro_admin_footer_text( $text ) {

/**
* Hide non-PMPro notices from PMPro dashboard pages.
* @since TBD
* @since 3.0
*/
function pmpro_hide_non_pmpro_notices() {
global $wp_filter;
Expand Down
2 changes: 1 addition & 1 deletion pages/cancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
/**
* Hook to add additional content to the cancel page.
*
* @since TBD
* @since 3.0
*
* @param WP_User $user The user cancelling their membership.
* @param array|string $old_level_ids The level IDs being cancelled or 'all'.
Expand Down
4 changes: 2 additions & 2 deletions preheaders/cancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
/**
* Check whether a cancellation should be able to process.
*
* @since TBD
* @since 3.0
*
* @param bool $process_cancellation Whether the cancellation should be processed.
* @param WP_User $user The user cancelling their membership.
Expand Down Expand Up @@ -148,7 +148,7 @@
/**
* Fires after a membership level is cancelled.
*
* @since TBD
* @since 3.0
*
* @param WP_User $user The user who cancelled their membership.
*/
Expand Down

0 comments on commit 06268eb

Please sign in to comment.