if ( current_user_can( 'view_site_health_checks'
) ) { $help .= '<p>' .
__( '<strong>Site Health Status</strong> — Informs you of any potential issues that should be addressed to improve the performance or security of your website.'
) . '</p>';
}if ( current_user_can( 'edit_posts'
) ) { $help .= '<p>' .
__( '<strong>At a Glance</strong> — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.'
) . '</p>';
}$help .= '<p>' .
__( '<strong>Activity</strong> — Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.'
) . '</p>';
if ( is_blog_admin() &&
current_user_can( 'edit_posts'
) ) { $help .= '<p>' .
__( "<strong>Quick Draft</strong> — Allows you to create a new post and save it as a draft. Also displays links to the 3 most recent draft posts you've started."
) . '</p>';
}$help .= '<p>' .
sprintf( /* translators: %s: WordPress Planet URL. */
__( '<strong>WordPress Events and News</strong> — Upcoming events near you as well as the latest news from the official WordPress project and the <a href="%s">WordPress Planet</a>.'
),
__( 'https://planet.wordpress.org/'
)) . '</p>';
$screen->
add_help_tab( array
(