Skip to content

Commit

Permalink
Fixing incorrect version numbers in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Jun 20, 2024
1 parent 823615f commit ab96864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adminpages/limitpostviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Display non-member limits section.
*
* @since 0.3.0
* @since TBD
*/
function pmprolpv_settings_section_non_member_limits() { ?>
<div id="pmprolpv-non-member-limits" class="pmpro_section_toggle" data-visibility="hidden" data-activated="false">
Expand All @@ -35,7 +35,7 @@ function pmprolpv_settings_section_non_member_limits() { ?>
/**
* Display member limits section.
*
* @since 0.3.0
* @since TBD
*/
function pmprolpv_settings_section_member_limits() { ?>
<div id="pmprolpv-member-limits" class="pmpro_section_toggle" data-visibility="hidden" data-activated="false">
Expand Down

0 comments on commit ab96864

Please sign in to comment.