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' );
|
require_once( './admin.php' );
|
||||||
|
|
||||||
$title = __( 'About' );
|
$title = __( 'About' );
|
||||||
$parent_file = 'index.php';
|
|
||||||
|
|
||||||
list( $display_version ) = explode( '-', $wp_version );
|
list( $display_version ) = explode( '-', $wp_version );
|
||||||
|
|
||||||
|
|
|
@ -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’s profile in the WordPress.org community directory.') . '</p>' .
|
'<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' );
|
require_once( './admin.php' );
|
||||||
|
|
||||||
$title = __( 'Freedoms' );
|
$title = __( 'Freedoms' );
|
||||||
$parent_file = 'index.php';
|
|
||||||
|
|
||||||
list( $display_version ) = explode( '-', $wp_version );
|
list( $display_version ) = explode( '-', $wp_version );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue