Ticket #20837: 20837.patch
| File 20837.patch, 721 bytes (added by ocean90, 12 months ago) |
|---|
-
wp-admin/about.php
104 104 </div> 105 105 <div> 106 106 <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> 108 108 109 109 <h4><?php _e( 'Custom Header and Background API' ); ?></h4> 110 110 <p><?php _e( 'Custom header and background API relocated into the theme support API.' ); ?></p>
