Skip to content

Commit

Permalink
Change todo note to info note
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellGarceau committed Dec 26, 2024
1 parent 4529f40 commit 6b0d9e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion includes/class-mailchimp-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public function init() {
add_action( 'admin_menu', array( $this, 'add_create_account_page' ) );
add_filter( 'admin_footer_text', array( $this, 'admin_footer_text' ) );

// TODO: Should this load somewhere else?
/**
* Load modularized admin functionality here
*/
$this->require_admin_utils();
}

Expand Down

0 comments on commit 6b0d9e7

Please sign in to comment.