From 3094ed7733944a55eee503dccad09e9d858a54ad Mon Sep 17 00:00:00 2001 From: Daryl 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: https://develop.svn.wordpress.org/trunk@18745 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 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',