' . __( 'This screen shows an individual user all of their sites in this network, and also allows that user to set a primary site. They can use the links under each site to visit either the front end or the dashboard for that site.' ) . '
',
)
);
get_current_screen()->set_help_sidebar(
'
%s', esc_url( $sign_up_url ), esc_html__( 'Add New Site' ) );
}
if ( empty( $blogs ) ) :
wp_admin_notice(
'
' . __( 'You must be a member of at least one site to use this page.' ) . '',
array(
'type' => 'error',
'dismissible' => true,
)
);
?>