mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-11 22:29:48 +01:00
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:
parent
011ade3db6
commit
84b6adf701
@ -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