<h3><?php_e('An easier way to share content');?></h3>
<p><?phpprintf(__('Clip it, edit it, publish it. Get familiar with the new and improved Press This. From the <a href="%s">Tools</a> menu, add Press This to your browser bookmark bar or your mobile device home screen. Once installed you can share your content with lightning speed. Sharing your favorite videos, images, and content has never been this fast or this easy.'),admin_url('tools.php'));?></p>
<p><?php_e('Drag the bookmarklet below to your bookmarks bar. Then, when you’re on a page you want to share, simply “press” it.');?></p>
<p><?php_e('Writing in WordPress, whatever your language, just got better. WordPress 4.2 supports a host of new characters out-of-the-box, including native Chinese, Japanese, and Korean characters, musical and mathematical symbols, and hieroglyphs.');?></p>
<p><?php
/* translators: 1: heart emoji, 2: frog face emoji, 3, monkey emoji, 4: pizza emoji, 5: Emoji Codex link */
printf(__('Don’t use any of those characters? You can still have fun — emoji are now available in WordPress! Get creative and decorate your content with %1$s, %2$s, %3$s, %4$s, and all the many other <a href="%5$s">emoji</a>.'),'💙','🐸','🐒','🍕',__('https://codex.wordpress.org/Emoji'));
<h3><?php_e('Switch themes in the Customizer');?></h3>
<p><?php_e('Browse and preview your installed themes from the Customizer. Make sure the theme looks great with <em>your</em> content, before it debuts on your site. ');?></p>
</div>
<div>
<imgsrc="//s.w.org/images/core/4.2/embeds.png"/>
<h3><?php_e('Even more embeds');?></h3>
<p><?php_e('Paste links from Tumblr.com and Kickstarter and watch them magically appear right in the editor. With every release, your publishing and editing experience get closer together.');?></p>
</div>
<divclass="last-feature">
<imgsrc="//s.w.org/images/core/4.2/plugins.png"/>
<h3><?php_e('Streamlined plugin updates');?></h3>
<p><?php_e('Goodbye boring loading screen, hello smooth and simple plugin updates. Click <em>Update Now</em> and watch the magic happen.');?></p>
'description'=>sprintf(__('Your writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a %1$s and a %2$s.'),'<code>*</code>','<code>#</code>'),
'description'=>__('Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.'),
'description'=>__('Keep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.'),
'description'=>__('Site icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.'),
'description'=>__('All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.'),
'description'=>sprintf(__('Added %1$s as a fallback for %2$s and %3$s'),'<code>singular.php</code>','<code>single.php</code>','<code>page.php</code>'),
),
array(
'heading'=>'<code>WP_List_Table</code>',
'description'=>__('List tables can and should designate a primary column.'),
<h1><?phpprintf(__('Welcome to WordPress %s'),$display_version);?></h1>
<divclass="about-text"><?phpprintf(__('Thank you for updating! WordPress %s makes it even easier to format your content and customize your site.'),$display_version);?></div>
printf(__('You can now send audible notifications to screen readers in JavaScript with %s. Pass it a string, and an update will be sent to a dedicated ARIA live notifications area.'),'<code>wp.a11y.speak()</code>');
?></p>
<hr/>
<divclass="feature-section two-col">
<?phpforeach($major_featuresas$feature):?>
<divclass="col">
<divclass="media-container">
<?php
// Video.
if(is_array($feature['src'])):
echowp_video_shortcode(array(
'mp4'=>$feature['src']['mp4'],
'ogv'=>$feature['src']['ogv'],
'webm'=>$feature['src']['webm'],
'loop'=>true,
'autoplay'=>true,
'width'=>500,
'height'=>284
));
// Image.
else:
?>
<imgsrc="<?phpechoesc_url($feature['src']);?>"/>
<?phpendif;?>
</div>
<h3><?phpecho$feature['heading'];?></h3>
<p><?phpecho$feature['description'];?></p>
</div>
<?phpendforeach;?>
</div>
<divclass="last-feature">
<h4><?php_e('Shared term splitting');?></h4>
<p><?php
/* translators: 1: Term splitting guide link */
printf(__('Terms shared across multiple taxonomies will be split when one of them is updated. Find out more in the <a href="%1$s">Plugin Developer Handbook</a>.'),'https://developer.wordpress.org/plugins/taxonomy/working-with-split-terms-in-wp-4-2/');
printf(__('%1$s, %2$s, and %3$s now support complex ordering with named meta query clauses.'),'<code>WP_Query</code>','<code>WP_Comment_Query</code>','<code>WP_User_Query</code>');