diff --git a/wp-admin/about.php b/wp-admin/about.php index 3fa52e7912..5b381a0510 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- + @@ -34,87 +34,127 @@ include( ABSPATH . 'wp-admin/admin-header.php' );before activating a new theme. Note: this feature is available for installed themes only.' ); ?>
+theme support.' ); ?>
+ +Embeds.' ), ( 'http://codex.wordpress.org/Embeds' ) ); ?>
+Install Plugins screen.' ), admin_url( 'plugin-install.php?tab=favorites' ) ); ?>
Embeds.' ), __( 'http://codex.wordpress.org/Embeds' ) ); ?>
-WP_Comment_Query and WP_User_Query
classes now support meta queries just like WP_Query
.' ); ?>
+ +
switch_to_blog() no longer obliterates the object cache, greatly improving performance. For new sites, Multisite now works when WordPress is installed in a subdirectory.' ); ?>
WP_Post class which improves performance by loading selected properties on demand.' ); ?>
- - + +WordPress API is now enabled by default and enjoys the same security as the rest of core. It supports fetching users, profiles, post revisions, and searching posts.' ), ( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?>
WordPress API 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' ) ); ?>
+ +WP_Image_Editor class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.' ); ?>
- - + +Underscore and Backbone JavaScript libraries. TinyMCE, jQuery, jQuery UI, jCrop, and SimplePie have all been updated to the latest versions.' ), 'http://underscorejs.org/', 'http://backbonejs.org/' ); ?>