diff --git a/wp-admin/about.php b/wp-admin/about.php
new file mode 100644
index 0000000000..1c23084869
--- /dev/null
+++ b/wp-admin/about.php
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
+
+
+
+
+ - Media uploader
+ - New-user experience
+ - Improved admin bar
+ - Responsive admin
+
+
+
+
+
+
+ - Meta API improvements
+ - Language packs
+ - Permalink performance
+ - Nav menus performance
+
+
+
+
+
+add_menu( array(
+ 'parent' => 'my-blogs',
+ 'id' => 'about',
+ 'title' => __('About This Version'),
+ 'href' => admin_url('about.php'),
+ ) );
+
// Add WordPress.org link
$wp_admin_bar->add_menu( array(
'parent' => 'my-blogs',