The about pages are lonely orphans. see #18742.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-11-04 00:45:11 +00:00
parent 011ade3db6
commit 84b6adf701
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -10,7 +10,6 @@
require_once( './admin.php' );
$title = __( 'Credits' );
$parent_file = 'index.php';
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>' .

View File

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