From 84b6adf701c3b508ebe849ecd4699c155b6e3160 Mon Sep 17 00:00:00 2001 From: koopersmith Date: Fri, 4 Nov 2011 00:45:11 +0000 Subject: [PATCH] The about pages are lonely orphans. see #18742. git-svn-id: http://svn.automattic.com/wordpress/trunk@19144 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 1 - wp-admin/credits.php | 1 - wp-admin/freedoms.php | 1 - 3 files changed, 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 23555aac2..2455bc2bb 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -10,7 +10,6 @@ require_once( './admin.php' ); $title = __( 'About' ); -$parent_file = 'index.php'; list( $display_version ) = explode( '-', $wp_version ); diff --git a/wp-admin/credits.php b/wp-admin/credits.php index c2a997901..4e7bfe176 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -10,7 +10,6 @@ require_once( './admin.php' ); $title = __( 'Credits' ); -$parent_file = 'index.php'; add_contextual_help($current_screen, '

' . __('Each name or handle is a link to that person’s profile in the WordPress.org community directory.') . '

' . diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 383f4e67e..3dc6c5926 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -10,7 +10,6 @@ require_once( './admin.php' ); $title = __( 'Freedoms' ); -$parent_file = 'index.php'; list( $display_version ) = explode( '-', $wp_version );