Make WordPress Core


Ignore:
Timestamp:
05/27/2012 04:25:43 PM (14 years ago)
Author:
ryan
Message:

Shears of vigorous pinking.

File:
1 edited

Legend:

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

    r20879 r20944  
    4949<div class="changelog">
    5050        <h3><?php _e( 'Custom Headers' ); ?></h3>
    51        
     51
    5252        <div class="feature-section">
    5353                <h4><?php _e( 'Flexible Sizes' ); ?></h4>
     
    8383                        <h4><?php _e( 'Themes API' ); ?></h4>
    8484                        <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p>
    85                        
     85
    8686                        <h4><?php _e( 'Faster Main Query' ); ?></h4>
    8787                        <p><?php _e( 'Post query optimized to avoid table scans.' ); ?></p>
     
    9090                        <h4><?php _e( 'Custom Header and Background API' ); ?></h4>
    9191                        <p><?php  _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
    92                        
     92
    9393                        <h4><?php _e( 'Faster Translations' ); ?></h4>
    9494                        <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>
     
    9797                        <h4><?php _e( 'WP_Screen API' ); ?></h4>
    9898                        <p><?php _e( 'More methods, more convenience!' ); ?></p>
    99                        
     99
    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>
Note: See TracChangeset for help on using the changeset viewer.