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.
+ +
+

+ +
+ +
+

+ +
+ + +
+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',