The about pages are lonely orphans. see #18742.

git-svn-id: https://develop.svn.wordpress.org/trunk@19144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2011-11-04 00:45:11 +00:00
parent 201d03f1b3
commit 53d127961b
3 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@
require_once( './admin.php' ); require_once( './admin.php' );
$title = __( 'About' ); $title = __( 'About' );
$parent_file = 'index.php';
list( $display_version ) = explode( '-', $wp_version ); list( $display_version ) = explode( '-', $wp_version );

View File

@ -10,7 +10,6 @@
require_once( './admin.php' ); require_once( './admin.php' );
$title = __( 'Credits' ); $title = __( 'Credits' );
$parent_file = 'index.php';
add_contextual_help($current_screen, add_contextual_help($current_screen,
'<p>' . __('Each name or handle is a link to that person&#8217;s profile in the WordPress.org community directory.') . '</p>' . '<p>' . __('Each name or handle is a link to that person&#8217;s profile in the WordPress.org community directory.') . '</p>' .

View File

@ -10,7 +10,6 @@
require_once( './admin.php' ); require_once( './admin.php' );
$title = __( 'Freedoms' ); $title = __( 'Freedoms' );
$parent_file = 'index.php';
list( $display_version ) = explode( '-', $wp_version ); list( $display_version ) = explode( '-', $wp_version );