Make WordPress Core

Changeset 20947


Ignore:
Timestamp:
05/27/2012 04:46:44 PM (13 years ago)
Author:
nacin
Message:

Update 'Under the Hood' on about.php. Add XML-RPC. Add more about i18n work. Rearrange to even out the columns and to create logical groups (performance x 2, themes x 2, external x 2). fixes #20766.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/about.php

    r20944 r20947  
    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>
Note: See TracChangeset for help on using the changeset viewer.