<divclass="about-text"><?phpprintf(__('Thank you for updating! WordPress %s streamlines your workflow, whether you’re writing or building your site.'),$display_version);?></div>
<p><?php_e('Stay focused on your writing with a less distracting interface that keeps you in place and allows you to easily link to your content.');?></p>
<p><?php_e('Do you enjoy using formatting shortcuts for lists and headings? Now they’re even more useful, with horizontal lines and <code><code></code>.');?></p>
<p><?phpprintf(__('Make sure your site looks great on all screens! Preview mobile, tablet, and desktop views directly in the %s.'),$customizer_link);?></p>
printf(__('Your theme supports custom logos! Try it out right now in the <a href="%s" class="load-customize">Site Identity</a> section of the customizer.'),add_query_arg('autofocus[section]','title_tagline',$customize_url));
}else{
_e('The Twenty Fifteen and Twenty Sixteen themes have been updated to support custom logos, which can be found in the Site Identity section of the Customizer.');
<p><?phpprintf(__('Generated images now load up to 50% faster with no noticeable quality loss. <a href="%s">It’s really cool</a>.'),'https://make.wordpress.org/core/2016/03/12/performance-improvements-for-images-in-wordpress-4-5/');?></p>
printf(__('The customizer now supports a <a href="%s">comprehensive framework</a> for rendering parts of the preview without rewriting your PHP code in JavaScript.'),'https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/');
printf(' '.__('See it in action with <a href="%1$s" class="load-customize">Menus</a>.'),add_query_arg('autofocus[panel]','nav_menus',$customize_url));
}elseif(current_theme_supports('customize-selective-refresh-widgets')){// If widgets are supported, menus are also because of the menus widget.
printf(' '.__('See it in action with <a href="%1$s" class="load-customize">Menus</a> or <a href="%2$s" class="load-customize">Widgets</a>.'),add_query_arg('autofocus[panel]','nav_menus',$customize_url),add_query_arg('autofocus[panel]','widgets',$customize_url));
<p><?php_e('jQuery 1.12.3, jQuery Migrate 1.4.0, Backbone 1.2.3, and Underscore 1.8.3 are bundled.');?></p>
</div>
</div>
<divclass="under-the-hood two-col">
<divclass="col">
<h4><?php_e('Script Loader Improvements');?></h4>
<p><?phpprintf(__('Better support has been added for script header/footer dependencies. New <code><a href="%s">wp_add_inline_script()</a></code> enables adding extra code to registered scripts.'),'https://make.wordpress.org/core/2016/03/08/enhanced-script-loader-in-wordpress-4-5/');?></p>
<p><?phpprintf(__('Embed templates have been split into parts and can be <a href="%s">directly overridden by themes</a> via the template hierarchy.'),'https://make.wordpress.org/core/2016/03/11/embeds-changes-in-wordpress-4-5/');?></p>