<divclass="about-text"><?phpprintf(__('Thank you for updating to WordPress 3.7! You might not notice a thing, and we’re okay with that.'),$display_version);?></div>
<p><?php_e('With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.');?></p>
<p><?php_e('The update process has been made even more reliable and secure, with dozens of new checks and safeguards.');?></p>
<p><?php_e('You’ll still need to click “Update Now” once WordPress 3.8 is released, but we’ve never had more confidence in that beautiful blue button.');?></p>
printf(__('This site <strong>is not</strong> able to apply these updates automatically. But we’ll email %s when there is a new security release.'),esc_html(get_site_option('admin_email')));
}else{
_e('This site <strong>is not</strong> able to apply these updates automatically.');
<p><?php_e('Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.');?></p>
<p><strong><?php_e('Try it out on the right.');?></strong></p>
<p><imgalt=""src="<?php echo admin_url( 'images/about-search-2x.png' ); ?>"/><?php_e('Search results are now ordered by how well the search query matches a post, instead of ordered only by date. For example, when your search terms match a post title, that result will be pushed to the top.');?></p>
<p><imgalt=""src="<?php echo admin_url( 'images/about-globe-2x.png' ); ?>"/><?php_e('Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date.');?></p>
<p><?php_e('Want WordPress to always update automatically, even for major feature releases? Want to always keep a certain plugin up to date in the background? WordPress 3.7 comes with fine-grained update controls for developers and systems administrators.');?></p>
<p><?php_e('Developers can now query for posts within a date range, or that are older than or newer than a specific point in time. Or get really fancy: all posts written on Friday afternoons? Not a problem.');?></p>
<p><?php_e('<code>wp_get_sites()</code> allows developers to easily get an array of all the sites on your network without resorting to a direct database query — just one of many improvements to multisite in WordPress 3.7.');?></p>