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:
parent
201d03f1b3
commit
53d127961b
@ -10,7 +10,6 @@
|
||||
require_once( './admin.php' );
|
||||
|
||||
$title = __( 'About' );
|
||||
$parent_file = 'index.php';
|
||||
|
||||
list( $display_version ) = explode( '-', $wp_version );
|
||||
|
||||
|
@ -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’s profile in the WordPress.org community directory.') . '</p>' .
|
||||
|
@ -10,7 +10,6 @@
|
||||
require_once( './admin.php' );
|
||||
|
||||
$title = __( 'Freedoms' );
|
||||
$parent_file = 'index.php';
|
||||
|
||||
list( $display_version ) = explode( '-', $wp_version );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user