Skip to content

Commit 7fce632

Browse files
Change todo note to info note
1 parent 1e5a9fa commit 7fce632

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/class-mailchimp-admin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public function init() {
3939
add_action( 'admin_menu', array( $this, 'add_create_account_page' ) );
4040
add_filter( 'admin_footer_text', array( $this, 'admin_footer_text' ) );
4141

42-
// TODO: Should this load somewhere else?
42+
/**
43+
* Load modularized admin functionality here
44+
*/
4345
$this->require_admin_utils();
4446
}
4547

0 commit comments

Comments
 (0)