From 723e50230ed0e21086babcd7e5e08527b7435dcb Mon Sep 17 00:00:00 2001 From: koopersmith Date: Wed, 21 Sep 2011 23:20:26 +0000 Subject: [PATCH] Add new 'about this version' page (with filler content) and menu item. see #18742. git-svn-id: http://svn.automattic.com/wordpress/trunk@18745 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 88 +++++++++++++++++++++++++++++++++++++++ wp-includes/admin-bar.php | 8 ++++ 2 files changed, 96 insertions(+) create mode 100644 wp-admin/about.php diff --git a/wp-admin/about.php b/wp-admin/about.php new file mode 100644 index 000000000..1c2308486 --- /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',