Ticket #20766: 20766.diff

File 20766.diff, 2.0 KB (added by nacin, 12 months ago)
  • wp-admin/about.php

     
    8080 
    8181        <div class="feature-section three-col"> 
    8282                <div> 
     83                        <h4><?php _e( 'Faster WP_Query' ); ?></h4> 
     84                        <p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p> 
     85 
     86                        <h4><?php _e( 'Faster Translations' ); ?></h4> 
     87                        <p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for localized installations.' ); ?> <?php _e( 'Also, better support for East Asian languages, right-to-left languages, theme translations, and more.' ); ?></p> 
     88                </div> 
     89                <div> 
    8390                        <h4><?php _e( 'Themes API' ); ?></h4> 
    8491                        <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p> 
    8592 
    86                         <h4><?php _e( 'Faster Main Query' ); ?></h4> 
    87                         <p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p> 
    88                 </div> 
    89                 <div> 
    9093                        <h4><?php _e( 'Custom Header and Background API' ); ?></h4> 
    9194                        <p><?php  _e( 'Custom header and background API relocated into the theme support API.' ); ?></p> 
    92  
    93                         <h4><?php _e( 'Faster Translations' ); ?></h4> 
    94                         <p><?php _e( 'The number of strings loaded on the front end was greatly reduced, resulting in faster front page load times for localized installations.' ); ?></p> 
    9595                </div> 
    9696                <div class="last-feature"> 
    97                         <h4><?php _e( 'WP_Screen API' ); ?></h4> 
    98                         <p><?php _e( 'More methods, more convenience!' ); ?></p> 
     97                        <h4><?php _e( 'XML-RPC API' ); ?></h4> 
     98                        <p><?php printf( __( 'A new <a href="%s">WordPress API</a> that supports custom content types and taxonomies, as well as dozens of other bug fixes and improvements.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?></p> 
    9999 
    100100                        <h4><?php _e( 'External Libraries' ); ?></h4> 
    101101                        <p><?php _e( 'jQuery, jQuery UI, TinyMCE, Plupload, PHPMailer, SimplePie, and other libraries were updated. jQuery UI Touch Punch was introduced.' ); ?></p>