From 53d127961bcc5968e589842e5824a564a7fa6a3a Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Fri, 4 Nov 2011 00:45:11 +0000 Subject: [PATCH] The about pages are lonely orphans. see #18742. git-svn-id: https://develop.svn.wordpress.org/trunk@19144 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 23555aac2c..2455bc2bb7 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 c2a9979018..4e7bfe176d 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 383f4e67ed..3dc6c59265 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 );