<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">View your site</a> or <a href="%2$s">Log in</a>'),$url,$url.'wp-login.php');?></p>
<?phpelse:?>
<pclass="view"><?phpprintf(__('Your account is now activated. <a href="%1$s">Log in</a> or go back to the <a href="%2$s">homepage</a>.'),network_site_url('wp-login.php','login'),network_home_url());?></p>
<h1><?phpprintf(__('Welcome to WordPress %s'),$display_version);?></h1>
<divclass="about-text"><?phpprintf(__('Thank you for updating! WordPress %s has lots of refinements we think you’ll love.'),$display_version);?></div>
<divclass="about-text"><?phpprintf(__('Thank you for updating! WordPress %s brings you a smoother writing and management experience.'),$display_version);?></div>
<p><?php_e('The updated visual editor has improved speed, accessibility, and mobile support.');
echo' '.__('You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)');?></p>
<h3><?php_e('Manage your media with style');?></h3>
<p><?php_e('Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.');?></p>
</div>
<divclass="col-2">
<imgsrc="//s.w.org/images/core/3.9/image.gif?0"/>
<h4><?php_e('Edit images easily');?></h4>
<p><?php_e('With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.');?></p>
<divclass="col-2 last-feature">
<imgsrc="//s.w.org/images/core/4.0/media.jpg"/>
</div>
<divclass="col-3 last-feature">
<imgsrc="//s.w.org/images/core/3.9/drop.jpg?0"/>
<h4><?php_e('Drag and drop your images');?></h4>
<p><?php_e('Uploading your images is easier than ever. Just grab them from your desktop and drop them onto the editor.');?></p>
</div>
<hr/>
<divclass="feature-section col two-col">
<divclass="col-1">
<divclass="about-video about-video-embed">
<?php
echowp_video_shortcode(array(
'mp4'=>'//s.w.org/images/core/4.0/embed.mp4',
'ogv'=>'//s.w.org/images/core/4.0/embed.ogv',
'webm'=>'//s.w.org/images/core/4.0/embed.webm',
'loop'=>true,
'autoplay'=>true,
'width'=>500,
'height'=>352
));
?>
</div>
</div>
<divclass="col-2 last-feature">
<h3><?php_e('Working with embeds has never been easier');?></h3>
<p><?php_e('Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.');?></p>
<p><?php_e('We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href="http://codex.wordpress.org/Embeds">Check out all of the embeds</a> that WordPress supports.');?></p>
<p><?php_e('Galleries display a beautiful grid of images right in the editor, just like they do in your published post.');?></p>
<h3><?php_e('Focus on your content');?></h3>
<p><?php_e('Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.');?></p>
<h4><?php_e('Do more with audio and video');?></h4>
<p><?php_e('Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.');?></p>
</div>
</div>
</div>
<hr>
<hr/>
<divclass="changelog customize">
<divclass="feature-section col two-col">
<div>
<?php
echowp_video_shortcode(array(
'mp4'=>'//s.w.org/images/core/3.9/widgets.mp4',
'ogv'=>'//s.w.org/images/core/3.9/widgets.ogv',
'webm'=>'//s.w.org/images/core/3.9/widgets.webm',
'loop'=>true,
'autoplay'=>true,
'width'=>499
));
?>
<h4><?php_e('Live widget and header previews');?></h4>
<p><?php_e('Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.');?></p>
<p><?php_e('The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.');?></p>
<divclass="col-1">
<imgsrc="//s.w.org/images/core/4.0/plugins.png"/>
</div>
<divclass="last-feature">
<imgsrc="//s.w.org/images/core/3.9/theme.jpg?0"/>
<h4><?php_e('Stunning new theme browser');?></h4>
<p><?php_e('Looking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.');?></p>
<h3class="higher"><?php_e('Finding the right plugin');?></h3>
<p><?php_e('There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.');?></p>
<h4><?php_e('Semantic Captions and Galleries');?></h4>
<p><?php_e('Theme developers have new options for images and galleries that use intelligent HTML5 markup.');?></p>
<h4><?php_e('Inline Code Documentation');?></h4>
<p><?php_e('Every action and filter hook in WordPress is now documented, along with expanded documentation for the media manager and customizer APIs.');?></p>
<h4><?php_e('Customizer API');?></h4>
<p><?php_e('Contexts, panels, and a wider array of controls are now supported in the customizer.');?></p>
printf(__('Developers have more flexibility creating %1$s clauses through %2$s.'),'<code>ORDER BY</code>','<code>WP_Query</code>');
?></p>
</div>
<divclass="last-feature">
<h4><?php_e('New Utility Functions');?></h4>
<p><?php_e('Identify a hook in progress with <code>doing_action()</code> and <code>doing_filter()</code>, and manipulate custom image sizes with <code>has_image_size()</code> and <code>remove_image_size()</code>.');?></p>
<p><?php_e('Plugins and themes registering custom image sizes can now register suggested cropping points. For example, prevent heads from being cropped out of photos with a top-center crop.');?></p>