Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
Remove todo, since it was handled in c86f5ad.

Also add confirmation around require-login
  • Loading branch information
pkevan authored Oct 11, 2024
1 parent c86f5ad commit 55ece59
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,12 +534,8 @@ function load_addons( $addons ) {
[]
);

// Enable for all WordCamp sites, apart from those being skipped above.
if ( ! in_array( get_current_blog_id(), $skip_require_login, true ) ) {
/*
* todo -- NOTE: when this is opened up for all camps, it will have to be enabled ONLY on WCSF14 and sites
* that haven't opened tickets yet. Otherwise CampTix_Requre_login::hide_unconfirmed_attendees()
* will break pre-existing [attendee] pages.
*/
$addons['require-login'] = $camptix->get_default_addon_path( 'require-login.php' );
}

Expand Down

0 comments on commit 55ece59

Please sign in to comment.