/* translators: %s: The current WordPress version number */
printf(__('Welcome to WordPress %s'),$display_version);
?>
</h1>
<pclass="about-text"><?phpprintf(__('Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.'),$display_version);?></p>
<divclass="wp-badge">
<?php
/* translators: %s: The current WordPress version number */
<pclass="lead-description"><?php_e('WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.');?></p>
/* translators: 1: link to the WordPress 5.1 release post */
__('Building on <a href="%1$s">the Site Health features introduced in 5.1</a>, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.'),
__('https://wordpress.org/news/2019/02/betty/')
);
if(current_user_can('install_plugins')){
printf(
/* translators: 1: link to /wp-admin/site-health.php 2: link to /wp-admin/site-health.php?tab=debug */
__(' <a href="%1$s">Check your site status</a>, and <a href="%2$s">learn how to debug issues</a>.'),
<p><?php_e('This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.');?></p>
<p><?php_e('A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.');?></p>
<p><?php_e('Thirteen new icons include Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!');?></p>
<h4><ahref="https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/"><?php_e('PHP Version Bump');?></a></h4>
<p><?php_e('The minimum supported PHP version is now 5.6.20. As of WordPress 5.2, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!');?></p>
<p><?php_e('A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.');?></p>
<p><?php_e('With the addition of webpack and Babel configurations in the @wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.');?></p>