Skip to content

Commit

Permalink
Update the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Sep 1, 2023
1 parent d19de33 commit af29c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ function load() {
return;
}

// We only want to admin panel on central, nothing else.
if ( WORDCAMP_ROOT_BLOG_ID === get_current_blog_id() ) {
require_once get_includes_path() . 'admin-page.php';
}

// We only want to admin panel on central, nothing else.
if ( ! is_wordcamp_type( 'next-gen' ) ) {
return;
}
Expand Down

0 comments on commit af29c86

Please sign in to comment.