About page: Translate all Under the Hood strings.

see #27713.

Built from https://develop.svn.wordpress.org/trunk@28088


git-svn-id: http://core.svn.wordpress.org/trunk@27919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-04-12 19:39:15 +00:00
parent 91971b28a7
commit da29181acd
1 changed files with 11 additions and 11 deletions

View File

@ -96,23 +96,23 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<div class="feature-section col three-col">
<div>
<h4><?php echo ( 'Semantic Captions and Galleries' ); ?></h4>
<p><?php echo ( 'Theme developers have new options for images and galleries that use intelligent HTML5 markup.' ); ?></p>
<h4><?php echo __( 'Semantic Captions and Galleries' ); ?></h4>
<p><?php echo __( 'Theme developers have new options for images and galleries that use intelligent HTML5 markup.' ); ?></p>
<h4><?php echo ( 'Inline Code Documentation' ); ?></h4>
<p><?php echo ( 'Every action and filter hook in WordPress is now documented, along with expanded documentation for the media manager and customizer APIs.' ); ?></p>
<h4><?php echo __( 'Inline Code Documentation' ); ?></h4>
<p><?php echo __( 'Every action and filter hook in WordPress is now documented, along with expanded documentation for the media manager and customizer APIs.' ); ?></p>
</div>
<div>
<h4><?php echo ( 'External Libraries' ); ?></h4>
<p><?php echo ( 'Updated libraries: TinyMCE&nbsp;4, jQuery&nbsp;1.11, Backbone&nbsp;1.1, Underscore&nbsp;1.6, Plupload&nbsp;2, MediaElement&nbsp;2.14, Masonry&nbsp;3.' ); ?></p>
<h4><?php echo __( 'External Libraries' ); ?></h4>
<p><?php echo __( 'Updated libraries: TinyMCE&nbsp;4, jQuery&nbsp;1.11, Backbone&nbsp;1.1, Underscore&nbsp;1.6, Plupload&nbsp;2, MediaElement&nbsp;2.14, Masonry&nbsp;3.' ); ?></p>
<h4><?php echo ( 'Improved Database Layer' ); ?></h4>
<p><?php echo ( 'Database connections are now more fault-resistant and have improved compatibility with PHP 5.5 and MySQL 5.6.' ); ?></p>
<h4><?php echo __( 'Improved Database Layer' ); ?></h4>
<p><?php echo __( 'Database connections are now more fault-resistant and have improved compatibility with PHP 5.5 and MySQL 5.6.' ); ?></p>
</div>
<div class="last-feature">
<h4><?php echo ( 'New Utility Functions' ); ?></h4>
<p><?php echo ( '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 echo ( 'Plugins and themes registering custom theme sizes can now register suggested cropping points. For example, prevent heads from being cropped out of photos with a top-center crop.' ); ?></p>
<h4><?php echo __( 'New Utility Functions' ); ?></h4>
<p><?php echo __( '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 echo __( 'Plugins and themes registering custom theme sizes can now register suggested cropping points. For example, prevent heads from being cropped out of photos with a top-center crop.' ); ?></p>
</div>
</div>