Ticket #20837: 20837.patch

File 20837.patch, 721 bytes (added by ocean90, 12 months ago)
  • wp-admin/about.php

     
    104104                </div> 
    105105                <div> 
    106106                        <h4><?php _e( 'Themes API' ); ?></h4> 
    107                         <p><?php _e( 'WP_Theme, wp_get_themes(), wp_get_theme(). Faster, uses less memory, makes use of persistent caching.' ); ?></p> 
     107                        <p><?php _e( '<code>WP_Theme</code>, <code>wp_get_themes()</code>, <code>wp_get_theme()</code>. Faster, uses less memory, makes use of persistent caching.' ); ?></p> 
    108108 
    109109                        <h4><?php _e( 'Custom Header and Background API' ); ?></h4> 
    110110                        <p><?php  _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>